Type Alias EnableAutomationHttpError

type EnableAutomationHttpError = {
    data: ErrorResponse;
    headers: Headers;
    status: 400 | 401 | 403 | 404 | 500 | 503;
}
Index

Properties

Properties

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