object BitcoindException extends Serializable
Wallet errors from bitcoind
RPC calls
- See also
protcol.h for an enumeration of all error codes used
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BitcoindException
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class DatabaseError(message: String) extends BitcoindException with Product with Serializable
Database error
- final case class DeserializationError(message: String) extends BitcoindException with Product with Serializable
Error parsing or validating structure in raw format
- final case class ForbiddenBySafeMode(message: String) extends BitcoindException with Product with Serializable
Server is in safe mode, and command is not allowed in safe mode
- final case class InWarmUp(message: String) extends BitcoindException with Product with Serializable
Client still warming up
- final case class InternalError(message: String) extends BitcoindException with Product with Serializable
InternalError is only used for genuine errors in bitcoind (for example datadir corruption)
- final case class InvalidAddressOrKey(message: String) extends BitcoindException with Product with Serializable
Invalid address or key
- final case class InvalidParameter(message: String) extends BitcoindException with Product with Serializable
Invalid, missing or duplicate parameter
- final case class InvalidParams(message: String) extends BitcoindException with Product with Serializable
- final case class MethodDeprecated(message: String) extends BitcoindException with Product with Serializable
RPC method is deprecated
- final case class MiscError(message: String) extends BitcoindException with Product with Serializable
std::exception
thrown in command handling - final case class OutOfMemory(message: String) extends BitcoindException with Product with Serializable
Ran out of memory during operation
- final case class ParseError(message: String) extends BitcoindException with Product with Serializable
- final case class TypeError(message: String) extends BitcoindException with Product with Serializable
Unexpected type was passed as parameter
- final case class VerifyAlreadyInChain(message: String) extends BitcoindException with Product with Serializable
Transaction already in chain
- final case class VerifyError(message: String) extends BitcoindException with Product with Serializable
General error during transaction or block submission
- final case class VerifyRejected(message: String) extends BitcoindException with Product with Serializable
Transaction or block was rejected by network rules
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def fromCodeAndMessage(code: Int, message: String): Option[BitcoindException]
Attempts to construct a BitcoindException from the given code and message
- final def getClass(): Class[_ <: AnyRef]
- 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()
- implicit val reads: Reads[BitcoindException]
- 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(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()