Creatio.Error exception (creatio v0.3.1)

Copy Markdown

Standard error struct and exception for the Creatio SDK.

Summary

Functions

Constructs a new Creatio.Error struct from keywords.

Types

t()

@type t() :: %Creatio.Error{
  __exception__: true,
  code: String.t() | integer() | nil,
  details: any(),
  message: String.t(),
  response: any(),
  status: integer() | nil
}

Functions

from_response(resp)

Constructs a Creatio.Error from a Req.Response.

new(opts)

Constructs a new Creatio.Error struct from keywords.