[][src]Module interledger_http::error

Structs

ApiError

This struct represents the fields defined in RFC7807. The meaning of each field could be found at Members of a Problem Details Object section. ApiError implements Reply so that it could be used for responses.

ApiErrorType
IDEMPOTENT_STORE_CALL_ERROR
JsonDeserializeError

Enums

ProblemType

Constants

ACCOUNT_NOT_FOUND_TYPE
DEFAULT_BAD_REQUEST_TYPE
DEFAULT_IDEMPOTENT_CONFLICT_TYPE
DEFAULT_INTERNAL_SERVER_ERROR_TYPE
DEFAULT_METHOD_NOT_ALLOWED_TYPE
DEFAULT_NOT_FOUND_TYPE
DEFAULT_UNAUTHORIZED_TYPE
IDEMPOTENT_STORE_CALL_ERROR_TYPE
INVALID_ACCOUNT_ID_TYPE
INVALID_ILP_PACKET_TYPE
JSON_DATA_TYPE
JSON_EOF_TYPE
JSON_IO_TYPE
JSON_SYNTAX_TYPE

Statics

IDEMPOTENCY_CONFLICT_ERR

Functions

default_rejection_handler