[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-22 UTC."],[],[],null,["# ErrorDetails interface\n\nDetails object that may be included in an error response.\n\n**Signature:** \n\n export interface ErrorDetails \n\nProperties\n----------\n\n| Property | Type | Description |\n|---------------------------------------------------------------|---------------------------|--------------------------------------|\n| [\"@type\"](./vertexai.errordetails.md#errordetails%22@type%22) | string | |\n| [domain](./vertexai.errordetails.md#errordetailsdomain) | string | The domain where the error occurred. |\n| [metadata](./vertexai.errordetails.md#errordetailsmetadata) | Record\\\u003cstring, unknown\\\u003e | Additional metadata about the error. |\n| [reason](./vertexai.errordetails.md#errordetailsreason) | string | The reason for the error. |\n\nErrorDetails.\"@type\"\n--------------------\n\n**Signature:** \n\n '@type'?: string;\n\nErrorDetails.domain\n-------------------\n\nThe domain where the error occurred.\n\n**Signature:** \n\n domain?: string;\n\nErrorDetails.metadata\n---------------------\n\nAdditional metadata about the error.\n\n**Signature:** \n\n metadata?: Record\u003cstring, unknown\u003e;\n\nErrorDetails.reason\n-------------------\n\nThe reason for the error.\n\n**Signature:** \n\n reason?: string;"]]