ZSError

@objc
public class ZSError : NSObject

Error sent from the SDK.

  • Corresponding error code from ZSErrorCode for the error.

    Declaration

    Swift

    @objc
    public var code: ZSErrorCode
  • The integer representation of the code.

    Declaration

    Swift

    @objc
    public var errorCode: Int
  • The detailed description of the error. This message will be present only in English and will not be localized.

    Declaration

    Swift

    @objc
    public var errorDescription: String