SPTAppRemoteErrorCode Constants Reference

Declared in SPTAppRemoteCommon.h

SPTAppRemoteErrorCode

The error codes in the SPTAppRemoteErrorDomain domain.

Definition

typedef NS_ENUM(NSInteger, SPTAppRemoteErrorCode ) {
   SPTAppRemoteUnknownError = -1,
   SPTAppRemoteBackgroundWakeupFailedError = -1000,
   SPTAppRemoteConnectionAttemptFailedError = -1001,
   SPTAppRemoteConnectionTerminatedError = -1002,
   SPTAppRemoteInvalidArgumentsError = -2000,
   SPTAppRemoteRequestFailedError = -2001,
};

Constants

SPTAppRemoteUnknownError

An unknown error.

Declared In SPTAppRemoteCommon.h.

SPTAppRemoteBackgroundWakeupFailedError

The background wakeup of the Spotify app failed.

Declared In SPTAppRemoteCommon.h.

SPTAppRemoteConnectionAttemptFailedError

The connection attempt to the Spotify app failed.

Declared In SPTAppRemoteCommon.h.

SPTAppRemoteConnectionTerminatedError

The conncetion to the Spotify app was terminated.

Declared In SPTAppRemoteCommon.h.

SPTAppRemoteInvalidArgumentsError

The arguments supplied are invalid.

Declared In SPTAppRemoteCommon.h.

SPTAppRemoteRequestFailedError

The request has failed for some reason.

Declared In SPTAppRemoteCommon.h.

Declared In

SPTAppRemoteCommon.h