core.errors.http.preprocessor.ReactionError
 See theReactionError companion object
  sealed trait ReactionError extends Throwable
 
Represents errors related to reactions in the HTTP preprocessor.
Attributes
- Companion
 - object
 - Source
 - ReactionError.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
 - ReactionError.scala
 
Concrete methods
Attributes
- Definition Classes
 - 
               Throwable
 - Source
 - ReactionError.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