Type Alias ErrorItem

Error object.

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

Properties

Properties

code: number

Error code

detail?: string

A human-readable explanation specific to this occurrence of the problem (if applicable)

title: string

Summary of the problem