ISEErrorReason Constants Reference
Declared in | ISTypes.h |
---|
ISEErrorReason
@enum Enum used to handle INSITEO error reasons.
Definition
typedef NS_ENUM(NSInteger, ISEErrorReason ) {
ISEErrorReasonUnknown = 0,
ISEErrorReasonInternal,
ISEErrorReasonApiNotInitialized,
ISEErrorReasonConnectivity,
ISEErrorReasonInvalidFormat,
ISEErrorReasonDownload,
ISEErrorReasonInstallation,
ISEErrorReasonCancelled,
ISEErrorReasonComputation,
ISEErrorReasonTimeOut,
ISEErrorReasonBadParameters,
ISEErrorReasonNotFound,
ISEErrorReasonBadRequest,
ISEErrorReasonUnauthorized,
ISEErrorReasonServer,
ISEErrorReasonForbidden,
ISEErrorReasonSiteNotStarted,
ISEErrorReasonSiteNotSynchronized,
ISEErrorReasonMissingPackage,
};
Constants
ISEErrorReasonUnknown
-
Unknown error reason.
Declared In
ISTypes.h
. ISEErrorReasonInternal
-
Internal error reason.
Declared In
ISTypes.h
. ISEErrorReasonApiNotInitialized
-
The API needs to be initialized.
Declared In
ISTypes.h
. ISEErrorReasonConnectivity
-
Connectivity reason.
Declared In
ISTypes.h
. ISEErrorReasonInvalidFormat
-
An invalid format is used.
Declared In
ISTypes.h
. ISEErrorReasonDownload
-
The download failed.
Declared In
ISTypes.h
. ISEErrorReasonInstallation
-
The installation failed.
Declared In
ISTypes.h
. ISEErrorReasonCancelled
-
Operation cancelled.
Declared In
ISTypes.h
. ISEErrorReasonComputation
-
Internal computation error.
Declared In
ISTypes.h
. ISEErrorReasonTimeOut
-
Operation time out.
Declared In
ISTypes.h
. ISEErrorReasonBadParameters
-
Bad parameters given.
Declared In
ISTypes.h
. ISEErrorReasonNotFound
-
Resource not found.
Declared In
ISTypes.h
. ISEErrorReasonBadRequest
-
Bad request.
Declared In
ISTypes.h
. ISEErrorReasonUnauthorized
-
Unauthorized.
Declared In
ISTypes.h
. ISEErrorReasonServer
-
Server reason.
Declared In
ISTypes.h
. ISEErrorReasonForbidden
-
Operation forbidden.
Declared In
ISTypes.h
. ISEErrorReasonSiteNotStarted
-
Site not started.
Declared In
ISTypes.h
. ISEErrorReasonSiteNotSynchronized
-
Site not remote synchonized.
Declared In
ISTypes.h
. ISEErrorReasonMissingPackage
-
A package is missing.
Declared In
ISTypes.h
.
Declared In
ISTypes.h