Type Alias CancelReloadHttpError

type CancelReloadHttpError = {
    data: Errors;
    headers: Headers;
    status: 400 | 401 | 403 | 404 | 409 | 500;
}
Index

Properties

Properties

data: Errors
headers: Headers
status: 400 | 401 | 403 | 404 | 409 | 500