AppwriteException class

Exception thrown by the dart_appwrite package.

Implemented types

Constructors

AppwriteException([String? message = "", int? code, String? type, dynamic response])
Initializes an Appwrite Exception.

Properties

code int?
final
hashCode int
The hash code for this object.
no setterinherited
message String?
Error message.
final
response → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
Error type.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Returns the error type, message, and code.
override

Operators

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