Type Alias SingleErrorResponse

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

Properties

code?: string

Error code specific to usage-tracker.

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