[[["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 2025-04-24 UTC."],[],[],null,["# CustomErrorData interface\n\nDetails object that contains data originating from a bad HTTP response.\n\n**Signature:** \n\n export interface CustomErrorData \n\nProperties\n----------\n\n| Property | Type | Description |\n|---------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------|\n| [errorDetails](./vertexai.customerrordata.md#customerrordataerrordetails) | [ErrorDetails](./vertexai.errordetails.md#errordetails_interface)\\[\\] | Optional additional details about the error. |\n| [response](./vertexai.customerrordata.md#customerrordataresponse) | [GenerateContentResponse](./vertexai.generatecontentresponse.md#generatecontentresponse_interface) | Response from a [GenerateContentRequest](./vertexai.generatecontentrequest.md#generatecontentrequest_interface) |\n| [status](./vertexai.customerrordata.md#customerrordatastatus) | number | HTTP status code of the error response. |\n| [statusText](./vertexai.customerrordata.md#customerrordatastatustext) | string | HTTP status text of the error response. |\n\nCustomErrorData.errorDetails\n----------------------------\n\nOptional additional details about the error.\n\n**Signature:** \n\n errorDetails?: ErrorDetails[];\n\nCustomErrorData.response\n------------------------\n\nResponse from a [GenerateContentRequest](./vertexai.generatecontentrequest.md#generatecontentrequest_interface)\n\n**Signature:** \n\n response?: GenerateContentResponse;\n\nCustomErrorData.status\n----------------------\n\nHTTP status code of the error response.\n\n**Signature:** \n\n status?: number;\n\nCustomErrorData.statusText\n--------------------------\n\nHTTP status text of the error response.\n\n**Signature:** \n\n statusText?: string;"]]