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
Declared In
SPTError.h