APIError403AllOf

interface APIError403AllOf {
    code: AuthenticationError;
    details: null | object;
}

Properties

Properties

Error Code

APIError403AllOf

details: null | object

Additional details to help resolve the error

APIError403AllOf