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