Type Alias PublicApiError

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

Properties

Properties

code: string

A service specific error code string

detail?: string

Concrete detail about the error

meta?: unknown

Additional metadata associated with the error

title: string

Summary of the error