APIError500AllOf

interface APIError500AllOf {
    code: InternalServerError;
    details: null | object;
}

Properties

Properties

Error Code

APIError500AllOf

details: null | object

Additional details to help resolve the error

APIError500AllOf