Packages

object CommonErrors extends CommonErrorGroup

Annotations
@Explanation(explanation = "Common errors raised in Daml services and components.")
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommonErrors
  2. CommonErrorGroup
  3. ErrorGroup
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. implicit val errorClass: ErrorClass
    Definition Classes
    ErrorGroup
  9. val fullClassName: String
    Definition Classes
    ErrorGroup
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. 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.")
  22. 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.")
  23. object ServerIsShuttingDown extends ErrorCode
    Annotations
    @Explanation(explanation = "This rejection is given when the participant server is shutting down.") @Resolution(resolution = "Contact the participant operator.")
  24. object ServiceInternalError extends ErrorCode
    Annotations
    @Explanation(explanation = """This error occurs if one of the services encountered an unexpected exception.""") @Resolution(resolution = "Contact support.")
  25. object ServiceNotRunning extends ErrorCode
    Annotations
    @Explanation(explanation = "This rejection is given when the requested service has already been closed.") @Resolution(resolution = "Retry re-submitting the request. If the error persists, contact the participant operator.")
  26. 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."""
    )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from CommonErrorGroup

Inherited from ErrorGroup

Inherited from AnyRef

Inherited from Any

Ungrouped