Packages

object JsonApiErrors extends JsonApiErrorGroup

Annotations
@Explanation(explanation = "Errors specific for Json Ledger API.")
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsonApiErrors
  2. JsonApiErrorGroup
  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]) @IntrinsicCandidate() @native()
  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
    @IntrinsicCandidate() @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  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
    @IntrinsicCandidate() @native()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  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])
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. object JsonApiPackageSelectionFailed extends ErrorCode
    Annotations
    @Explanation(explanation = "This error occurs when the Ledger JSON API server fails to find a suitable set of package-ids for decoding a given set of commands in a request.") @Resolution(resolution = """Inspect the error message and ensure that:
    |1. The requested packages are uploaded on the participant node.
    |2. The topology state satisfies the required vetting for the interested parties"""
    )
  22. object MaximumNumberOfElements extends ErrorCode
    Annotations
    @Explanation(explanation = "This happens when the number of returned elements is equal or greater to the node limit.\n |The limit is defined by the node configuration and can be changed by the operator.\n | Check \'canton.participants.<participant-id>.http-ledger-api.websocket-config.http-list-max-elements-limit\'.\n | Notice: If configured in the participant node config, the actual returned number is the minimum between the \"limit\" query parameter in the request and this one .\n | If the request query \"limit\" is the same as the mentioned configuration, it allows to return result set up to server limit without producing error.\n |") @Resolution(resolution = """
    |1. Preferred solution is to use websocket endpoint to get results in chunks.
    |2. It is possible to increase the limit by changing the node configuration 'http-list-max-elements-limit' but this may have
    |a severe impact on a node performance."""
    )

Deprecated Value Members

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

    (Since version 9)

Inherited from JsonApiErrorGroup

Inherited from ErrorGroup

Inherited from AnyRef

Inherited from Any

Ungrouped