Skip to content

OpenAIErrorResponse

MarcoDotIO edited this page Dec 5, 2022 · 1 revision

OpenAIErrorResponse

The response struct itself when an error is thrown.

public struct OpenAIErrorResponse: Error, Codable 

Inheritance

Codable, Error

Properties

error

The error object itself.

public let error: OpenAIErrorMessage
Types
Global Functions
Clone this wiki locally