Type Alias ErrorItem

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

Properties

Properties

code: string

A unique code for the error.

detail?: string
title: string