sippo-sdk / com.quobis.sippo.sipposdk.conference.model / ConferenceError

ConferenceError

sealed class ConferenceError : Exception

Conference errors.

This class groups together all the errors that could occur when performing any conference related action.

Exceptions

ActionNotAllowed

data class ActionNotAllowed : ConferenceError

Action not allowed.

Forbidden

data class Forbidden : ConferenceError

Action forbidden.

InternalError

data class InternalError : ConferenceError

Internal error.

ParticipantNotFound

data class ParticipantNotFound : ConferenceError

The participant can not be found.

Inheritors

ActionNotAllowed

data class ActionNotAllowed : ConferenceError

Action not allowed.

Forbidden

data class Forbidden : ConferenceError

Action forbidden.

InternalError

data class InternalError : ConferenceError

Internal error.

ParticipantNotFound

data class ParticipantNotFound : ConferenceError

The participant can not be found.