SBCError

@objc
public class SBCError : NSError

Custom Error class for SendBirdCalls. Subclass of NSError.

Since

1.0.0
  • Custom Error codes representing different error scenarios.

    Since

    1.0.0
    See more

    Declaration

    Swift

    @objc(SBCErrorCode)
    public enum ErrorCode : Int, RawRepresentable, Codable
  • Error Code that represents the type of the error.

    Since

    1.0.6

    Declaration

    Swift

    @objc
    public var errorCode: ErrorCode { get }
  • Since

    1.0.0

    Declaration

    Swift

    required public init?(coder: NSCoder)