HoneyHive TypeScript API SDK
Preparing search index...
ErrorResponse
Interface ErrorResponse
The standard error response shape returned by the server's error handler for all non-2xx responses.
interface
ErrorResponse
{
errorCode
:
string
;
message
:
string
;
statusCode
:
number
;
success
:
boolean
;
}
Index
Properties
error
Code
message
status
Code
success
Properties
error
Code
errorCode
:
string
message
message
:
string
status
Code
statusCode
:
number
success
success
:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
Code
message
status
Code
success
HoneyHive TypeScript API SDK
Loading...
The standard error response shape returned by the server's error handler for all non-2xx responses.