aws_ex_ray v0.1.16 AwsExRay.Record.Error

This module provides a data structure which represents error report.

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %AwsExRay.Record.Error{
  cause: AwsExRay.Record.Error.Cause.t(),
  error: boolean(),
  fault: boolean(),
  remote: boolean(),
  throttle: boolean()
}

Link to this section Functions

Link to this function

to_map(err)
to_map(err :: t()) :: map()