SBCError
@objc
public class SBCError : NSError
Custom Error class for SendBirdCalls. Subclass of NSError.
Since
1.0.0-
Declaration
Swift
@objc(SBCErrorCode) public enum ErrorCode : Int, RawRepresentable, Codable
-
Error Code that represents the type of the error.
Since
1.0.6Declaration
Swift
@objc public var errorCode: ErrorCode { get }
-
Since
1.0.0Declaration
Swift
required public init?(coder: NSCoder)