sippo-sdk / com.quobis.sippo.sipposdk.client.model / SippoClientError

SippoClientError

sealed class SippoClientError : Exception

Sippo client errors.

This class groups together all the errors related to the current Sippo client instance.

Exceptions

ActionNotAllowed

data class ActionNotAllowed : SippoClientError

Action not Allowed.

ClientNotReady

data class ClientNotReady : SippoClientError

Client not connected.

InternalError

data class InternalError : SippoClientError

Internal error.

InvalidUrl

data class InvalidUrl : SippoClientError

The provided url is invalid.

RequiredCapabilityNotGranted

data class RequiredCapabilityNotGranted : SippoClientError

Capability error.

Timeout

data class Timeout : SippoClientError

Server didn't respond.

WrongCredential

data class WrongCredential : SippoClientError

Wrong credential provided.

Inheritors

ActionNotAllowed

data class ActionNotAllowed : SippoClientError

Action not Allowed.

ClientNotReady

data class ClientNotReady : SippoClientError

Client not connected.

InternalError

data class InternalError : SippoClientError

Internal error.

InvalidUrl

data class InvalidUrl : SippoClientError

The provided url is invalid.

RequiredCapabilityNotGranted

data class RequiredCapabilityNotGranted : SippoClientError

Capability error.

Timeout

data class Timeout : SippoClientError

Server didn't respond.

WrongCredential

data class WrongCredential : SippoClientError

Wrong credential provided.