smithy4s.example.GenericServerError
See theGenericServerError companion object
final case class GenericServerError(message: String) extends Smithy4sThrowable
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Producttrait Equalstrait Smithy4sThrowableclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
-
Throwable
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:
- 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