core.errors.http.flow.SystemPropsError
 See theSystemPropsError companion object
  sealed trait SystemPropsError extends Throwable
 
Represents errors related to system properties in the HTTP flow.
Attributes
- Companion
 - object
 - Source
 - SystemPropsError.scala
 - Graph
 - 
    
 - Supertypes
 - 
    class Throwabletrait Serializableclass Objecttrait Matchableclass Any
 - Known subtypes
 - 
    class BadRequestErrorclass ChemistEngineError
 
Members list
Value members
Abstract methods
Attributes
- Source
 - SystemPropsError.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
 
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