WarningBody interface

Warning details.

Properties

code

An identifier for the warning. Codes are invariant and are intended to be consumed programmatically.

details
message

A message describing the warning, intended to be suitable for display in a user interface.

Property Details

code

An identifier for the warning. Codes are invariant and are intended to be consumed programmatically.

code?: string

Property Value

string

details

details?: WarningBody[]

Property Value

message

A message describing the warning, intended to be suitable for display in a user interface.

message?: string

Property Value

string