ErrorCategory class

Defines standard error categories to application exceptions supported by PipServices toolkit.

Constructors

ErrorCategory()

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

Static Properties

BadRequest String
Errors due to incorrectly specified invocation parameters.
final
Conflict String
Errors raised by conflicts between object versions that were posted by the user and those that are stored on the server.
final
FailedInvocation String
Errors caused by remote calls failed due to unidenfied reasons.
final
FileError String
Errors in read/write local disk operations.
final
Internal String
Internal errors caused by programming mistakes.
final
InvalidState String
Errors caused by incorrect object state..
final
Misconfiguration String
Errors related to mistakes in user-defined configurations.
final
NoResponse String
Errors caused by remote calls timeouted and not returning results. It allows to clearly separate communication related problems from other application errors.
final
NotFound String
Errors caused by attempts to access missing objects.
final
Unauthorized String
Access errors caused by missing user identity (authentication error) or incorrect security permissions (authorization error).
final
Unknown String
Unknown or unexpected errors.
final
Unsupported String
Errors caused by calls to unsupported or not yet implemented functionality.
final