/** * This file was auto-generated by Fern from our API Definition. */ export interface BadRequestErrorBody { /** The errors that relate to specific fields in the request. */ fieldErrors?: Record; messages?: string[]; /** The ID of the request that can be used to help Vectara support debug what went wrong. */ requestId?: string; }