On this page
Properties

Type Alias GenericError

type GenericError = {
    error: string;
    status: HttpStatusCode;
}
Index
error: string
status: HttpStatusCode
Was this helpful?
Upload JS
Reference
GenericError