# Functions
NewBadRequestError Creates an error instance and assigns its values.
NewConfigError creates an error instance and assigns its values.
NewConflictError creates an error instance and assigns its values.
NewConnectionError creates an error instance and assigns its values.
NewError creates a new instance of application error and assigns its message.
NewErrorDescription creates a serializable ErrorDescription from error object.
NewErrorFromDescription Recreates ApplicationError object from description.
NewFileError creates an error instance and assigns its values.
NewInternalError creates an error instance and assigns its values.
NewInvalidStateError creates an error instance and assigns its values.
NewInvocationError creates an error instance and assigns its values.
NewNotFoundError creates an error instance and assigns its values.
NewUnauthorizedError creates an error instance and assigns its values.
NewUnknownError creates an error instance and assigns its values.
NewUnsupportedError creates an error instance and assigns its values.
WrapError wrap error by ApplicationError struct and sets message Parameters: - err error an error what neet to wrap - message string error message Returns: *ApplicationError.
# Constants
Defines standard error categories to application exceptions supported by PipServices toolkit.
Defines standard error categories to application exceptions supported by PipServices toolkit.
Defines standard error categories to application exceptions supported by PipServices toolkit.
Defines standard error categories to application exceptions supported by PipServices toolkit.
Defines standard error categories to application exceptions supported by PipServices toolkit.
Defines standard error categories to application exceptions supported by PipServices toolkit.
Defines standard error categories to application exceptions supported by PipServices toolkit.
Defines standard error categories to application exceptions supported by PipServices toolkit.
Defines standard error categories to application exceptions supported by PipServices toolkit.
Defines standard error categories to application exceptions supported by PipServices toolkit.
Defines standard error categories to application exceptions supported by PipServices toolkit.
Defines standard error categories to application exceptions supported by PipServices toolkit.
# Variables
ApplicationErrorFactory is a factory to recreate exceptions from ErrorDescription values passed through the wire.
ErrorDescriptionFactory is a factory to create serializeable ErrorDescription from ApplicationException or from arbitrary errors.
# Structs
ApplicationError Defines a base class to defive various application exceptions.
ErrorDescription seializeable error description.