BISStatusCode Constants Reference
Declared in | BISNetworking.h |
---|
BISStatusCode
Status codes delivered by the BeaconsInSpace REST API
Definition
typedef NS_ENUM(NSUInteger, BISStatusCode ) {
BISStatusCodeSuccess = 200,
BISStatusCodeRedirect = 301,
BISStatusCodeInvalidArgument = 400,
BISStatusCodeInvalidAuth = 401,
BISStatusCodeLimitReached = 403,
BISStatusCodeInvalidSecurityToken = 403,
BISStatusCodeAccessDenied = 403,
BISStatusCodeNotFound = 404,
BISStatusCodeAlreadyExists = 409,
BISStatusCodeTooManyRequests = 429,
BISStatusCodeGeneralFailure = 500,
BISStatusCodeIncomplete = 501,
BISStatusCodeConnectionFailure = 503,
};
Constants
BISStatusCodeSuccess
-
Represents a response that was successful
Declared In
BISNetworking.h
. BISStatusCodeRedirect
-
Represents a response that resulted in a redirect
Declared In
BISNetworking.h
. BISStatusCodeInvalidArgument
-
Represents a response in which the request was composed with an invalid argument
Declared In
BISNetworking.h
. BISStatusCodeInvalidAuth
-
Represents a response in which the requester was not authenticated
Declared In
BISNetworking.h
. BISStatusCodeLimitReached
-
Represents a response indicating the request limit has been reached
Declared In
BISNetworking.h
. BISStatusCodeInvalidSecurityToken
-
Represents a response in which the requester’s security token was invalid
Declared In
BISNetworking.h
. BISStatusCodeAccessDenied
-
Represents a response where access was denied
Declared In
BISNetworking.h
. BISStatusCodeNotFound
-
Represents a response where the requested resource was not found
Declared In
BISNetworking.h
. BISStatusCodeAlreadyExists
-
Represents a response where the delivered resource already existed
Declared In
BISNetworking.h
. BISStatusCodeTooManyRequests
-
Represents a response in which there has been too many requests
Declared In
BISNetworking.h
. BISStatusCodeGeneralFailure
-
Represents a response where a generic failure has occured
Declared In
BISNetworking.h
. BISStatusCodeIncomplete
-
Represents an incomplete response
Declared In
BISNetworking.h
. BISStatusCodeConnectionFailure
-
Represents a response in which there was a failed internet connection
Declared In
BISNetworking.h
.
Declared In
BISNetworking.h