Skip to content

class SealdAddKeysResponse

objc
@interface SealdAddKeysResponse : NSObject
@interface SealdAddKeysResponse : NSObject

SealdAddKeysResponse represents the result when trying to add a session key for one recipient's device.

MembersDescriptions
statusCodeThe "http-like" status code of the request for this specific recipient's device.
errorThe error that happened while trying to add a key for this recipient's device, if any.

statusCode

objc
@property (assign, readonly) NSInteger statusCode;
@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;
@property (strong, readonly) SealdBeardError * error;

The error that happened while trying to add a key for this recipient's device, if any.