WebhookException class

WebhookException is thrown when an error occurs while setting up a webhook.

Implemented types

Constructors

WebhookException(String message)
Creates a WebhookException.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
The error message.
final
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
Returns a string representation of the exception.
override

Operators

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

Constants

failedToSetWebhook → const WebhookException
Failed to set webhook exception.
invalidMaxConnections → const WebhookException
Invalid max connections exception.
invalidPort → const WebhookException
Invalid port exception.
missingCertificate → const WebhookException
Missing certificate exception.