Type Alias ErrorResponseItem

type ErrorResponseItem = {
    code?: string;
    detail?: string;
    meta?: unknown;
    title?: string;
}
Index

Properties

code?: string

The error code.

detail?: string
meta?: unknown
title?: string