Type Alias ErrorItem

Error object.

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

Properties

Properties

code: number

Error code

detail?: string
title: string