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
meta?: unknown
title: string