APIError401AllOf

interface APIError401AllOf {
    code: UnauthorisedRequest;
    details: null | object;
}

Properties

Properties

Error Code

APIError401AllOf

details: null | object

Additional details to help resolve the error

APIError401AllOf