VBDErrorCode
enum VBDErrorCode : NSInteger {}
Error constants for the Vietbando SDK.
-
An unknown error occurred.
Declaration
Objective-C
VBDErrorCodeUnknown = -1 -
The resource could not be found.
Declaration
Objective-C
VBDErrorCodeNotFound = 1 -
The connection received an invalid server response.
Declaration
Objective-C
VBDErrorCodeBadServerResponse = 2 -
An attempt to establish a connection failed.
Declaration
Objective-C
VBDErrorCodeConnectionFailed = 3
VBDErrorCode Enum Reference