Type Alias ErrorMeta

type ErrorMeta = {
    httpCode?: number;
}
Index

Properties

Properties

httpCode?: number

HTTP error code.