class SealdAddKeysResponse
objc
@interface SealdAddKeysResponse : NSObjectSealdAddKeysResponse represents the result when trying to add a session key for one recipient's device.
| Members | Descriptions |
|---|---|
statusCode | The "http-like" status code of the request for this specific recipient's device. |
error | The error that happened while trying to add a key for this recipient's device, if any. |
statusCode
objc
@property (assign, readonly) NSInteger statusCode;The "http-like" status code of the request for this specific recipient's device.
error
objc
@property (strong, readonly) SealdBeardError * error;The error that happened while trying to add a key for this recipient's device, if any.