smithy4s.example.UnknownServerError
See theUnknownServerError companion object
final case class UnknownServerError(errorCode: UnknownServerErrorCode, description: Option[String], stateHash: Option[String]) extends Smithy4sThrowable
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Producttrait Equalstrait Smithy4sThrowableclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow 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:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Throwable
implementing toString, because implementing getMessage lead to smithy4s.example.ClientError: smithy4s.example.ClientError(400, "oops")
which felt weird
implementing toString, because implementing getMessage lead to smithy4s.example.ClientError: smithy4s.example.ClientError(400, "oops")
which felt weird
Attributes
- Definition Classes
-
Smithy4sThrowable -> Throwable -> Any
- Inherited from:
- Smithy4sThrowable
In this article