ChatBridgeExceptions class

A collection of exceptions that can be thrown by ChatBridge.

Implemented types
Annotations
  • @freezed

Constructors

ChatBridgeExceptions.accessDeniedException()
Exception that is thrown when access to a resource is denied.
const
factory
ChatBridgeExceptions.authenticationException()
Thrown when there is an authentication problem with the chat server.
const
factory
ChatBridgeExceptions.badGatewayException()
Exception that is thrown when a bad gateway error occurs.
const
factory
ChatBridgeExceptions.certificateException()
Exception that is thrown when a certificate error occurs.
const
factory
ChatBridgeExceptions.channelNotFoundException()
Thrown when a channel is not found in the chat system.
const
factory
ChatBridgeExceptions.conflictException()
Exception that is thrown when a conflict is encountered.
const
factory
ChatBridgeExceptions.connectionException()
Thrown when there is a problem with the connection to the chat server.
const
factory
ChatBridgeExceptions.databaseException()
Thrown when there is a problem with the chat system's database.
const
factory
ChatBridgeExceptions.duplicateMessageException()
Thrown when a duplicate message is detected.
const
factory
ChatBridgeExceptions.gatewayTimeoutException()
Exception that is thrown when a gateway timeout error occurs.
const
factory
ChatBridgeExceptions.internalServerErrorException()
Exception that is thrown when an internal server error occurs.
const
factory
ChatBridgeExceptions.invalidChannelException()
Thrown when an invalid channel is provided to the chat system.
const
factory
ChatBridgeExceptions.invalidCredentialsException()
Exception that is thrown when invalid credentials are provided.
const
factory
ChatBridgeExceptions.invalidInputException()
Thrown when the input provided to a chat system is invalid.
const
factory
ChatBridgeExceptions.invalidTokenException()
Exception that is thrown when an invalid token is detected.
const
factory
ChatBridgeExceptions.malformedRequestException()
Exception that is thrown when a malformed request is detected.
const
factory
ChatBridgeExceptions.malformedResponseException()
Exception that is thrown when a malformed response is detected.
const
factory
ChatBridgeExceptions.messageDecryptionException()
Exception that is thrown when a message decryption error occurs.
const
factory
ChatBridgeExceptions.messageDeliveryFailureException()
Exception that is thrown when a message delivery failure occurs.
const
factory
ChatBridgeExceptions.messageEncryptionException()
Exception that is thrown when a message encryption error occurs.
const
factory
ChatBridgeExceptions.messageParsingException()
Thrown when there is a problem parsing a message in the chat system.
const
factory
ChatBridgeExceptions.messageProcessingException()
Exception that is thrown when a message processing error occurs.
const
factory
ChatBridgeExceptions.messageRetrievalException()
Thrown when there is an error while retrieving messages.
const
factory
ChatBridgeExceptions.messageSendingException()
Thrown when there is an error while sending a message.
const
factory
ChatBridgeExceptions.networkException()
Thrown when there is a problem with the network.
const
factory
ChatBridgeExceptions.notAuthorizedException()
Exception that is thrown when a user is not authorized to perform an action.
const
factory
ChatBridgeExceptions.notImplementedException()
Thrown when a feature is not implemented by the chat system.
const
factory
ChatBridgeExceptions.nullReferenceException()
Exception that is thrown when a null reference is detected.
const
factory
ChatBridgeExceptions.resourceLimitExceededException()
Exception that is thrown when a resource limit has been exceeded.
const
factory
ChatBridgeExceptions.resourceNotFoundException()
Exception that is thrown when a specified resource cannot be found.
const
factory
ChatBridgeExceptions.resourceUnavailableException()
Exception that is thrown when a requested resource is unavailable.
const
factory
ChatBridgeExceptions.securityException()
Exception that is thrown when a security error occurs.
const
factory
ChatBridgeExceptions.serverUnavailableException()
Thrown when the chat system is unavailable.
const
factory
ChatBridgeExceptions.serviceUnavailableException()
Exception that is thrown when a service is unavailable.
const
factory
ChatBridgeExceptions.sessionExpiredException()
Exception that is thrown when a user session has expired.
const
factory
ChatBridgeExceptions.socketException()
Exception that is thrown when a socket error occurs.
const
factory
ChatBridgeExceptions.socketTimeoutException()
Exception that is thrown when a socket timeout occurs.
const
factory
ChatBridgeExceptions.sslException()
Exception that is thrown when an SSL error occurs.
const
factory
ChatBridgeExceptions.timeoutException()
Thrown when a request times out while waiting for a response from the chat system.
const
factory
ChatBridgeExceptions.transportException()
Exception that is thrown when a transport error occurs.
const
factory
ChatBridgeExceptions.unknownHostException()
Exception that is thrown when an unknown host is encountered.
const
factory
ChatBridgeExceptions.unsupportedMediaTypeException()
Exception that is thrown when an unsupported media type is encountered.
const
factory
ChatBridgeExceptions.userNotFoundException()
Thrown when a user is not found in the chat system.
const
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited