A warning message indicating something that went wrong with the query

Hierarchy

  • LogsWarning

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
code?: string

A unique code for this type of warning

detail?: string

A detailed explanation of this specific warning

title?: string

A short human-readable summary of the warning

Generated using TypeDoc