Type Alias Error

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

Properties

Properties

code: string

The unique code for the error.

detail?: string

May be used to provide additional details.

title: string

A summary of what went wrong.