smithy4s.example.FallbackError2
See theFallbackError2 companion object
final case class FallbackError2(error: String) extends Smithy4sThrowable
Attributes
- Companion
- object
- Graph
-
- Supertypes
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