ErrorType

automorph.protocol.jsonrpc.ErrorType
See theErrorType companion object
sealed abstract class ErrorType(val code: Int)

JSON-RPC error type with code.

Attributes

See also
Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object InternalError
object InvalidParams
object ParseError
object ReservedError
object ServerError
Show all

Members list

Value members

Concrete fields

val code: Int