Type Alias ErrorDetailsV2

A single error entry within an error response.

type ErrorDetailsV2 = {
    code?: string;
    detail?: string;
    meta?: odagRequests.MetaV2;
    title?: string;
}
Index

Properties

code?: string

A unique code used to identify the template form of the message in i18n tables (language independent).

detail?: string
title?: string