object CommonErrors extends CommonErrorGroup
- Annotations
- @Explanation(explanation = "Common errors raised in Daml services and components.")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CommonErrors
- CommonErrorGroup
- 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 RequestDeadlineExceeded extends ErrorCode
- Annotations
- @Explanation(explanation = "The request has not been submitted for processing as its predefined deadline has expired.") @Resolution(resolution = "Retry the request with a greater deadline.")
- object RequestTimeOut extends ErrorCode
- Annotations
- @Explanation(explanation = "This rejection is given when a request processing status is not known and a time-out is reached.") @Resolution(resolution = "Retry for transient problems. If non-transient contact the operator as the time-out limit might be too short.")
- object ServerIsShuttingDown extends ErrorCode
- Annotations
- @Explanation(explanation = "This rejection is given when the participant server is shutting down.") @Resolution(resolution = "Contact the participant operator.")
- object ServiceInternalError extends ErrorCode
- Annotations
- @Explanation(explanation = """This error occurs if one of the services encountered an unexpected exception.""") @Resolution(resolution = "Contact support.")
- object ServiceNotRunning extends ErrorCode
- Annotations
- @Explanation(explanation = "This rejection is given when the requested service is not running. It has not started or has already been shut down.") @Resolution(resolution = "Retry re-submitting the request. If the error persists, contact the participant operator.")
- object UnsupportedOperation extends ErrorCode
- Annotations
- @Explanation(explanation = """This error category is used to signal that an unimplemented code-path has been triggered by a client or participant operator request.""") @Resolution(resolution = """This error is caused by a participant node misconfiguration or by an implementation bug.
|Resolution requires participant operator intervention.""")