APIError400AllOf

interface APIError400AllOf {
    code: ValidationError;
    details: null | object;
}

Properties

Properties

Error Code

APIError400AllOf

details: null | object

Additional details to help resolve the error

APIError400AllOf