NBMResponseErrorCode Constants Reference

Declared in NBMResponse.h

NBMResponseErrorCode

Standard JSON-RPC 2.0 error codes.

Definition

typedef NS_ENUM(NSInteger, NBMResponseErrorCode ) {
   NBMResponseErrorInvalidParamCode = -32602,
   NBMResponseErrorMethodNotFoundCode = -32601,
   NBMResponseErrorInvalidRequestCode = -32600,
   NBMResponseErrorParseErrorCode = -32700,
   NBMResponseErrorInternalErrorCode = -32603,
   NBMResponseErrorServerErrorCode = -32000,
};

Constants

NBMResponseErrorInvalidParamCode

Invalid method parameter(s).

Declared In NBMResponse.h.

NBMResponseErrorMethodNotFoundCode

The method does not exist / is not available.

Declared In NBMResponse.h.

NBMResponseErrorInvalidRequestCode

The JSON sent is not a valid Request object.

Declared In NBMResponse.h.

NBMResponseErrorParseErrorCode

Invalid JSON was received by the server. An error occurred on the server while parsing the JSON text.

Declared In NBMResponse.h.

NBMResponseErrorInternalErrorCode

Internal JSON-RPC error.

Declared In NBMResponse.h.

NBMResponseErrorServerErrorCode

Reserved for implementation-defined server-errors.

Declared In NBMResponse.h.

Declared In

NBMResponse.h