OpenAIException

sttp.openai.OpenAIExceptions.OpenAIException
See theOpenAIException companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

class APIException(message: Option[String], `type`: Option[String], param: Option[String], code: Option[String], cause: UnexpectedStatusCode[String]) extends OpenAIException

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
class AuthenticationException(message: Option[String], `type`: Option[String], param: Option[String], code: Option[String], cause: UnexpectedStatusCode[String]) extends OpenAIException

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
class DeserializationOpenAIException(message: String, cause: DeserializationException) extends OpenAIException

Attributes

Companion
object
Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class InvalidRequestException(message: Option[String], `type`: Option[String], param: Option[String], code: Option[String], cause: UnexpectedStatusCode[String]) extends OpenAIException

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
class PermissionException(message: Option[String], `type`: Option[String], param: Option[String], code: Option[String], cause: UnexpectedStatusCode[String]) extends OpenAIException

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
class RateLimitException(message: Option[String], `type`: Option[String], param: Option[String], code: Option[String], cause: UnexpectedStatusCode[String]) extends OpenAIException

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
class ServiceUnavailableException(message: Option[String], `type`: Option[String], param: Option[String], code: Option[String], cause: UnexpectedStatusCode[String]) extends OpenAIException

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
class TryAgain(message: Option[String], `type`: Option[String], param: Option[String], code: Option[String], cause: UnexpectedStatusCode[String]) extends OpenAIException

Attributes

Supertypes
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all