SBDError Class Reference

Inherits from NSError
Declared in SBDError.h

Overview

Sendbird error class.

+ errorWithDictionary:

Creates error object with NSDictionary.

+ (nonnull SBDError *)errorWithDictionary:(NSDictionary *_Nonnull)dict

Parameters

dict

Error data.

Return Value

SBDError object.

Declared In

SBDError.h

+ errorWithNSError:

Creates error object with NSError object.

+ (nonnull SBDError *)errorWithNSError:(NSError *_Nonnull)error

Parameters

error

NSError object.

Return Value

SBDError object.

Declared In

SBDError.h