OBSClientErrorCODE Constants Reference
Declared in | OBSBaseConstDefinition.h |
---|
OBSClientErrorCODE
- OBSClient error code enumeration
Definition
typedef NS_ENUM(NSInteger, OBSClientErrorCODE ) {
OBSRequestNoErrorCode0,
OBSClientErrorRequestDefinitionNotFoundCode,
OBSClientErrorHTTPResponseCodeError,
OBSClientErrorCodeSignFailed,
};
Constants
OBSRequestNoErrorCode0
-
* Default value
Declared In
OBSBaseConstDefinition.h
. OBSClientErrorRequestDefinitionNotFoundCode
-
* Definition not found.
Declared In
OBSBaseConstDefinition.h
. OBSClientErrorHTTPResponseCodeError
-
* Response error code
Declared In
OBSBaseConstDefinition.h
. OBSClientErrorCodeSignFailed
-
* Signing failed.
Declared In
OBSBaseConstDefinition.h
.
Declared In
OBSBaseConstDefinition.h