Skip to content

apollo-code


apollo-code / provider-openai/src / HttpResponse

Interface: HttpResponse

Properties

body

body: AsyncIterable<Uint8Array<ArrayBufferLike>>


headers?

optional headers?: Record<string, string>


json?

optional json?: object

error?

optional error?: object

error.code?

optional code?: string

error.message?

optional message?: string

error.type?

optional type?: string


status

status: number