Errors due to incorrectly specified invocation parameters.
For example: missing or incorrect parameters.
Errors raised by conflicts between object versions that were posted by the user and those that are stored on the server.
Errors caused by remote calls failed due to unidenfied reasons.
Errors in read/write local disk operations.
Internal errors caused by programming mistakes.
Errors caused by incorrect object state..
For example: business calls when the component is not ready.
Errors related to mistakes in user-defined configurations.
Errors caused by remote calls timeouted and not returning results. It allows to clearly separate communication related problems from other application errors.
Errors caused by attempts to access missing objects.
Access errors caused by missing user identity (authentication error) or incorrect security permissions (authorization error).
Unknown or unexpected errors.
Errors caused by calls to unsupported or not yet implemented functionality.
Generated using TypeDoc
Defines standard error categories to application exceptions supported by PipServices toolkit.