SPTErrorCode Constants Reference

Declared in SPTError.h

SPTErrorCode

Spotify error codes, use NSUnderlyingErrorKey to see the underlying error

Definition

typedef NS_ENUM(NSUInteger, SPTErrorCode ) {
   SPTUnknownErrorCode = 0,
   SPTAuthorizationFailedErrorCode,
   SPTRenewSessionFailedErrorCode,
   SPTJSONFailedErrorCode,
};

Constants

SPTUnknownErrorCode

Unknown error code

Declared In SPTError.h.

SPTAuthorizationFailedErrorCode

Authorization failed

Declared In SPTError.h.

SPTRenewSessionFailedErrorCode

Renew session failed

Declared In SPTError.h.

SPTJSONFailedErrorCode

Failed to parse the returned JSON

Declared In SPTError.h.

Declared In

SPTError.h