Перейти до основного вмісту

IntegrationErrorResponseDto

statusCodenumberrequired
Example: 401
errorstringrequired
Example: Unauthorized
messagestringrequired
Example: Invalid API key
IntegrationErrorResponseDto
{
"statusCode": 401,
"error": "Unauthorized",
"message": "Invalid API key"
}