Constructor
new ProcessingError()
Creates error object for processing errors, e.g. as a result of a bad request
- Source:
Extends
- DomainError
Error codes of the ProcessingError class:
WF_API_PROCESSING_ERROR
: generic processing error (default)
WF_API_BAD_REQUEST
: the request was incomplete or incorrect syntax
WF_API_NOT_ALLOWED
: the request is not allowed
WF_API_NO_DATA
: the request did not return any (valid) data
WF_API_NO_RESOURCE
: resource does not exist
WF_API_NOT_IMPLEMENTED
: the function is not supported
WF_API_NOT_AVAILABLE
: the function is currently not available
Creates error object for processing errors, e.g. as a result of a bad request