Type Alias ErrorMeta

type ErrorMeta = {
    httpCode?: number;
}
Index
httpCode?: number

HTTP error code.