Packages

p

com.daml.error

definitions

package definitions

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package groups

Type Members

  1. final case class ChangeId(applicationId: ApplicationId, commandId: CommandId, actAs: Set[Party]) extends Product with Serializable

    Identifier for ledger changes used by command deduplication.

    Identifier for ledger changes used by command deduplication. Equality is defined in terms of the cryptographic hash.

    See also

    ReadService.stateUpdates for the command deduplication guarantee

Value Members

  1. object IndexErrors extends IndexErrorGroup
    Annotations
    @Explanation("Errors raised by the Participant Index persistence layer.")
  2. object LedgerApiErrors extends LedgerApiErrorGroup
    Annotations
    @Explanation("Errors raised by or forwarded by the Ledger API.")
  3. object PackageServiceError extends definitions.LedgerApiErrors.PackageServiceErrorGroup
    Annotations
    @Explanation("Errors raised by the Package Management Service on package uploads.")

Ungrouped