src/api/errors.ts
A response of this shape is returned from the Runtime for non 2xx responses.
Properties |
errorType |
errorType:
|
Type : ErrorType
|
The type of error that occurred |
message |
message:
|
Type : string
|
Additional information about the error. |
title |
title:
|
Type : string
|
The humanly readable title that corresponds with the type of error. Always in English. |