class SealdBeardError
objc
@interface SealdBeardError : NSObject
SealdBeardError represents an error returned by the server. It contains a specific id
and code
to determine the underlying reason.
Members | Descriptions |
---|---|
errorId | The error id. |
code | The error code. |
errorId
objc
@property (strong, readonly) NSString * errorId;
The error id.
code
objc
@property (strong, readonly) NSString * code;
The error code.