AlertingApiError

public final class AlertingApiError: NSObject

Representation of an error returned from the server.

  • Error reason.

    Declaration

    Swift

    public var errorCode: String?
  • Short error description.

    Declaration

    Swift

    public var message: String?
  • HTTP code returned from the request.

    Declaration

    Swift

    public var code: Int?