TEALErrorCode Constants Reference

Declared in TEALError.h

TEALErrorCode

Definition

typedef NS_ENUM(NSInteger, TEALErrorCode ) {
   TEALErrorCodeUnknown = -1,
   TEALErrorCodeSuccess = 200,
   TEALErrorCodeNoContent = 204,
   TEALErrorCodeMalformed = 400,
   TEALErrorCodeFailure = 404,
   TEALErrorCodeNotAcceptable = 406,
   TEALErrorCodeException = 555,
};

Constants

TEALErrorCodeUnknown

Declared In TEALError.h.

TEALErrorCodeSuccess

Declared In TEALError.h.

TEALErrorCodeNoContent

Declared In TEALError.h.

TEALErrorCodeMalformed

Declared In TEALError.h.

TEALErrorCodeFailure

Declared In TEALError.h.

TEALErrorCodeNotAcceptable

Declared In TEALError.h.

TEALErrorCodeException

Declared In TEALError.h.