sttp.openai.OpenAIExceptions.OpenAIException
See theOpenAIException companion object
sealed abstract class OpenAIException(val message: Option[String], `type`: Option[String], val param: Option[String], val code: Option[String], val cause: ResponseException[String]) extends Exception
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
class APIExceptionclass AuthenticationExceptionclass InvalidRequestExceptionclass PermissionExceptionclass RateLimitExceptionclass TryAgainShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Attributes
- Inherited from:
- Throwable
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Inherited from:
- Throwable
In this article