Type Alias DataConnectionsDcaasHttpError

type DataConnectionsDcaasHttpError = {
    data: ResponseErrors;
    headers: Headers;
    status: 400 | 401 | 403 | 500 | 503;
}
Index

Properties

Properties

headers: Headers
status: 400 | 401 | 403 | 500 | 503