InternalError

final class InternalError extends JsonRpcError

Defines JSON-RPC InternalError (-32603).

Companion
object
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

final def addSuppressed(x$0: Throwable): Unit
Inherited from
Throwable
def code: Int

Gets error code.

Gets error code.

Inherited from
JsonRpcError
def fillInStackTrace(): Throwable
Inherited from
Throwable
def getCause(): Throwable
Inherited from
Throwable
def getLocalizedMessage(): String
Inherited from
Throwable
def getMessage(): String
Inherited from
Throwable
def getStackTrace(): Array[StackTraceElement]
Inherited from
Throwable
final def getSuppressed(): Array[Throwable]
Inherited from
Throwable
def initCause(x$0: Throwable): Throwable
Inherited from
Throwable
def isInternalError: Boolean

Tests for internal error.

Tests for internal error.

Inherited from
JsonRpcError
def isInvalidParams: Boolean

Tests for invalid params.

Tests for invalid params.

Inherited from
JsonRpcError
def isInvalidRequest: Boolean

Tests for invalid request.

Tests for invalid request.

Inherited from
JsonRpcError
def isMethodNotFound: Boolean

Tests for method not found.

Tests for method not found.

Inherited from
JsonRpcError
def isParseError: Boolean

Tests for parse error.

Tests for parse error.

Inherited from
JsonRpcError
def isServerError: Boolean

Tests for server error.

Tests for server error.

Inherited from
JsonRpcError
def printStackTrace(x$0: PrintWriter): Unit
Inherited from
Throwable
def printStackTrace(x$0: PrintStream): Unit
Inherited from
Throwable
def printStackTrace(): Unit
Inherited from
Throwable
def setStackTrace(x$0: Array[StackTraceElement]): Unit
Inherited from
Throwable
override def toString: String

Returns string representation of error.

Returns string representation of error.

Definition Classes
JsonRpcError -> Throwable -> Any
Inherited from
JsonRpcError