APIError409AllOf

interface APIError409AllOf {
    code: ConflictError;
    details: null | {
        [key: string]: any;
    };
}

Properties

Properties

Error Code

APIError409AllOf

details: null | {
    [key: string]: any;
}

Additional details to help resolve the error

APIError409AllOf