VSSError Class Reference
Inherits from | VSSModel : NSObject |
---|---|
Declared in | VSSError.h |
Other Methods
code
Error code returned by the Virgil Service.
@property (nonatomic, assign, readonly) NSInteger code
Declared In
VSSError.h
Lifecycle
– initWithCode:
Designated constructor.
- (instancetype __nonnull)initWithCode:(NSInteger)code
Parameters
code |
Error code. |
---|
Return Value
Instance of the Virgil Error wrapper.
Declared In
VSSError.h