CoreExceptions class

Implemented types

Constructors

CoreExceptions.new({required int statusCode, required String description, StackTrace? stackTrace})

Properties

description String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
final
statusCode int
final

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

Constants

backendClientError → const int
backendEctoChangesetError → const int
backendServerError → const int
backendValidationError → const int
badCertificate → const int
badResponse → const int
cancel → const int
connectionError → const int
connectionTimeout → const int
emptyResponse → const int
implementationError → const int
receiveTimeout → const int
sendTimeout → const int
storageError → const int
unknown → const int