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