core.errors.http.preprocessor.MechanismError
See theMechanismError companion object
sealed trait MechanismError extends Throwable
Represents errors related to mechanisms in the HTTP preprocessor.
Attributes
- Companion
- object
- Source
- MechanismError.scala
- Graph
-
- Supertypes
-
class Throwabletrait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
-
class CreationErrorclass DecodingErrorclass DeletionErrorclass HttpErrorclass NetworkErrorclass NotFoundErrorShow all
Members list
Value members
Abstract methods
Attributes
- Source
- MechanismError.scala
Concrete methods
Attributes
- Definition Classes
-
Throwable
- Source
- MechanismError.scala
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
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