HttpErrorContext
Defined in: packages/ai.matey.types/src/errors.ts:172
HTTP status code and additional HTTP context.
Properties
Section titled “Properties”headers?
Section titled “headers?”
readonlyoptionalheaders:Record<string,string>
Defined in: packages/ai.matey.types/src/errors.ts:175
responseBody?
Section titled “responseBody?”
readonlyoptionalresponseBody:unknown
Defined in: packages/ai.matey.types/src/errors.ts:176
statusCode
Section titled “statusCode”
readonlystatusCode:number
Defined in: packages/ai.matey.types/src/errors.ts:173
statusText?
Section titled “statusText?”
readonlyoptionalstatusText:string
Defined in: packages/ai.matey.types/src/errors.ts:174