Type Alias DataConnectionsDcaaHttpError

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

Properties

Properties

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