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 ApplicationError.type
object InternalError.type
object InvalidParams.type
object InvalidRequest.type
object MethodNotFound.type
object ParseError.type
object ReservedError.type
object ServerError.type
Show all

Members list

Value members

Concrete fields

val code: Int