aws_ex_ray v0.1.16 AwsExRay.Record.Error.Cause

This module provides a data structure which represents error.cause report.

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %AwsExRay.Record.Error.Cause{
  id: String.t(),
  message: String.t(),
  stack: list(),
  type: atom()
}

Link to this section Functions

Link to this function

new(type, message, stack)
new(atom(), String.t(), list()) :: t()

Link to this function

to_map(cause, remote \\ false)
to_map(cause :: t(), remote :: boolean()) :: map()