StatusDetails Property

A list of messages that carry the error details. There is a common set of message types for APIs to use. An object containing fields of an arbitrary type. An additional field @type contains a URI identifying the type. Example: { "id": 1234, "@type": "types.example.com/standard/id" }.

Definition

Namespace: GenerativeAI.Types
Assembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
public List<Dictionary<string, Object>>? Details { get; set; }

Property Value

ListDictionaryString, Object

See Also