Preparing search index...
The search index is not available
@spinque/query-api
@spinque/query-api
ErrorResponse
Class ErrorResponse
Generic error response class. Is implemented by more specific error type classes.
Implemented by
ApiNotFoundError
EndpointNotFoundError
ServerError
UnauthorizedError
WorkspaceConfigNotFoundError
Index
Constructors
constructor
Properties
message
status
Constructors
constructor
new
Error
Response
(
message
,
status
)
:
ErrorResponse
Parameters
message
:
string
status
:
number
Returns
ErrorResponse
Properties
message
message
:
string
status
status
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
message
status
@spinque/query-api
Loading...
Generic error response class. Is implemented by more specific error type classes.