Type Alias Error

type Error = {
    code?: string;
    detail?: string;
    status?: number;
    title?: string;
}
Index

Properties

code?: string

Unique internal error code

detail?: string

More concrete details

status?: number

HTTP status code

title?: string

A summary in english explaining what went wrong