Type Alias Error

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

Properties

Properties

code: string

The unique code for the error

detail?: string

Additional details about the error

title: string

A summary of the error