object Error extends Serializable
- Alphabetic
- By Inheritance
- Error
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ##(): Int
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        val
      
      
        AutoRedirectNotSupported: Error
      
      
      Auto-redirect is only supported for GET requests. 
- 
      
      
      
        
      
    
      
        
        val
      
      
        ClasspathResourceMissing: Error
      
      
      The classpath resource was missing so it is not possible to encode it. 
- 
      
      
      
        
      
    
      
        
        val
      
      
        ClientAlreadyClosed: Error
      
      
      An HTTP client is already closed and cannot handle new requests. 
- 
      
      
      
        
      
    
      
        
        val
      
      
        ConnectionClosed: Error
      
      
      An HTTP client could not the response because the connection was closed before. 
- 
      
      
      
        
      
    
      
        
        val
      
      
        HostHeaderMissing: Error
      
      
      The HTTP request was exepctec to contain a valid HostHTTP header.
- 
      
      
      
        
      
    
      
        
        def
      
      
        InvalidUrlMatcher(msg: String = ""): Error
      
      
      The url matcher pattern is invalid. 
- 
      
      
      
        
      
    
      
        
        val
      
      
        StreamAlreadyConsumed: Error
      
      
      A Content stream has already been consumed. 
- 
      
      
      
        
      
    
      
        
        def
      
      
        UnexpectedContentType(msg: String = "Unexpected content type"): Error
      
      
      The content type was unexpected. The content type was unexpected. * 
- 
      
      
      
        
      
    
      
        
        def
      
      
        UnexpectedStatus(msg: String = "Unexpected status code"): Error
      
      
      The status code was unexpected. 
- 
      
      
      
        
      
    
      
        
        val
      
      
        UpgradeRefused: Error
      
      
      It is not possible to upgrade the connection because the server did not allow it. 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      - Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        finalize(): Unit
      
      
      - Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      - Definition Classes
- AnyRef → Any
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      - Definition Classes
- Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native()
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      - Definition Classes
- AnyRef
 
- 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      - Definition Classes
- AnyRef → Any
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @throws( ... )
 
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
      - Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )