Vairified TypeScript SDK - v0.3.1
Vairified
GitHub
Preparing search index...
vairified
ApiErrorResponse
Interface ApiErrorResponse
Error envelope commonly returned by the Partner API on non-2xx status.
interface
ApiErrorResponse
{
message
?:
string
;
error
?:
string
;
statusCode
?:
number
;
}
Index
Properties
message?
error?
status
Code?
Properties
Optional
Readonly
message
message
?:
string
Optional
Readonly
error
error
?:
string
Optional
Readonly
status
Code
statusCode
?:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
message
error
status
Code
Quick Start
Python SDK
Vairified
GitHub
Vairified TypeScript SDK - v0.3.1
Loading...
Error envelope commonly returned by the Partner API on non-2xx status.