ryan-senn / stellar-elm-sdk / Stellar.Error

Record representing possible Errors in Stellar

Type alias


type alias Error =
{ type_ : String
, title : String
, status : Basics.Int
, detail : String
, instance : Maybe String 
}

Type alias

Standard Errors


type StandardError
    = ServerError Error
    | RateLimitExceeded Error
    | Forbidden Error

Union Type representing the Standard Errors in Stellar