View Source Jiraffe.ErrorCollection (Jiraffe v0.1.1)

Error messages from an operation.

  • error_messages - The list of error messages produced by this operation
  • errors - Map of errors by parameter returned by the operation
  • status - The status code

Summary

Types

@type t() :: %Jiraffe.ErrorCollection{
  error_messages: [String.t()],
  errors: map(),
  status: integer() | nil
}

Functions