Skip to main content

ApiEnvelopeErrorResponse

datanullrequired
error objectrequired
codestringrequired

Possible values: [UNAUTHORIZED, FORBIDDEN, NOT_FOUND, VALIDATION_ERROR, CONFLICT, RATE_LIMITED, INTERNAL_ERROR]

messagestringrequired
meta object
cursorstring
hasMoreboolean
ApiEnvelopeErrorResponse
{
"data": "null",
"error": {
"code": "UNAUTHORIZED",
"message": "string"
},
"meta": {
"cursor": "string",
"hasMore": true
}
}