ExTheOne.Struct.ErrorResponse (sdk v0.1.0)

The One API response error struct

Summary

Types

@type message() :: String.t()
@type success() :: boolean()
@type t() :: %ExTheOne.Struct.ErrorResponse{message: message(), success: success()}

Functions

Link to this function

to_struct(data)