Declared in LUConstants.h

LUAPIErrorCode

A LevelUp API error.

Definition

typedef NS_ENUM(NSInteger, LUAPIErrorCode ) {
   LUAPIErrorLoginRequired,
   LUAPIErrorMaintenance,
   LUAPIErrorNetwork,
   LUAPIErrorNotFound,
   LUAPIErrorParsing,
   LUAPIErrorServer,
   LUAPIErrorUpgrade,
};

Constants

LUAPIErrorLoginRequired

The client must be logged in to complete the request.

Declared In LUConstants.h.

LUAPIErrorMaintenance

The server is currently down for maintenance.

Declared In LUConstants.h.

LUAPIErrorNetwork

Was unable to get to the server because the network is down.

Declared In LUConstants.h.

LUAPIErrorNotFound

The requested resource was not found.

Declared In LUConstants.h.

LUAPIErrorParsing

The server responded with JSON that couldn’t be parsed.

Declared In LUConstants.h.

LUAPIErrorServer

The server responded with an error.

Declared In LUConstants.h.

LUAPIErrorUpgrade

The SDK needs to be upgraded.

Declared In LUConstants.h.

Declared In

LUConstants.h