APIError404AllOf

interface APIError404AllOf {
    code: ResourceNotFound;
    details: null | object;
}

Properties

Properties

Error Code

APIError404AllOf

details: null | object

Additional details to help resolve the error

APIError404AllOf