core.errors.http.preprocessor
package core.errors.http.preprocessor
Members list
Type members
Classlikes
sealed trait MechanismError extends Throwable
Represents errors related to mechanisms in the HTTP preprocessor.
Represents errors related to mechanisms in the HTTP preprocessor.
Attributes
- Companion
- object
- Source
- MechanismError.scala
- Supertypes
-
class Throwabletrait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
-
class CreationErrorclass DecodingErrorclass DeletionErrorclass HttpErrorclass NetworkErrorclass NotFoundErrorShow all
object MechanismError
Attributes
- Companion
- trait
- Source
- MechanismError.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
MechanismError.type
sealed trait ReactionError extends Throwable
Represents errors related to reactions in the HTTP preprocessor.
Represents errors related to reactions in the HTTP preprocessor.
Attributes
- Companion
- object
- Source
- ReactionError.scala
- Supertypes
-
class Throwabletrait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
-
class CreationErrorclass DecodingErrorclass DeletionErrorclass HttpErrorclass NetworkErrorclass NotFoundErrorShow all
object ReactionError
Attributes
- Companion
- trait
- Source
- ReactionError.scala
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ReactionError.type
In this article