object NotFound extends ErrorGroup
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NotFound
- ErrorGroup
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit val errorClass: ErrorClass
- Definition Classes
- ErrorGroup
- val fullClassName: String
- Definition Classes
- ErrorGroup
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- 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() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object LedgerConfiguration extends ErrorCode
- Annotations
- @Explanation(explanation = "The ledger configuration could not be retrieved. This could happen due to incomplete initialization of the participant or due to an internal system error.") @Resolution(resolution = "Contact the participant operator.")
- object NoTemplatesForPackageNameAndQualifiedName extends ErrorCode
- Annotations
- @Explanation(explanation = "The queried type reference for the specified package name and template qualified-name does not reference any template uploaded on this participant") @Resolution(resolution = "Use a template qualified-name referencing already uploaded template-ids or ask the participant operator to upload the necessary packages.")
- object Package extends ErrorCode
- Annotations
- @Explanation(explanation = "This rejection is given when a read request tries to access a package which does not exist on the ledger.") @Resolution(resolution = "Use a package id pertaining to a package existing on the ledger.")
- object PackageNamesNotFound extends ErrorCode
- Annotations
- @Explanation(explanation = "The queried package names do not match packages uploaded on this participant.") @Resolution(resolution = "Use valid package names or ask the participant operator to upload the necessary packages.")
- object TemplateOrInterfaceIdsNotFound extends ErrorCode
- Annotations
- @Explanation(explanation = "The queried template or interface ids do not exist.") @Resolution(resolution = "Use valid template or interface ids in your query or ask the participant operator to upload the package containing the necessary interfaces/templates.")
- object Transaction extends ErrorCode
- Annotations
- @Explanation(explanation = "The transaction does not exist or the requesting set of parties are not authorized to fetch it.") @Resolution(resolution = "Check the transaction id and verify that the requested transaction is visible to the requesting parties.")