Skip to main content

IngestAssetsFailResponse

Failure response containing error information

error objectrequired

Error response entity

statusCodeint32required
codestringrequired
messagestringrequired
detailsstring | nullnullable
payload object | null
property name*anynullable
timestampstringrequired
IngestAssetsFailResponse
{
"error": {
"statusCode": 0,
"code": "string",
"message": "string",
"details": "string",
"payload": "Unknown Type: object,null",
"timestamp": "string"
}
}