Castile v1.0.0 Castile.Fault exception View Source

Represents a SOAP (1.1) fault.

Link to this section Summary

Functions

Callback implementation for Exception.exception/1

Callback implementation for Exception.message/1

Link to this section Types

Link to this type t() View Source
t() :: %Castile.Fault{
  __exception__: term(),
  detail: term(),
  faultactor: String.t(),
  faultcode: String.t(),
  faultstring: String.t()
}

Link to this section Functions

Callback implementation for Exception.exception/1.

Callback implementation for Exception.message/1.