Skip to content

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.

MembersDescriptions
errorIdThe error id.
codeThe error code.

errorId ​

objc
@property (strong, readonly) NSString * errorId;

The error id.

code ​

objc
@property (strong, readonly) NSString * code;

The error code.