Packages

package utils

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class DeserializedCantonError(code: ErrorCode, cause: String, correlationId: Option[String], traceId: Option[String], context: Map[String, String], resources: Seq[(ErrorResource, String)]) extends BaseError with Product with Serializable

    Generic error class used for creating error instances from deserialized gRPC statuses that resulted from serialization of self-service error codes (children of BaseError).

    Generic error class used for creating error instances from deserialized gRPC statuses that resulted from serialization of self-service error codes (children of BaseError). Its aim is to be used in client applications and components for simplifying programmatic inspection and/or enrichment of Canton errors received over-the-wire or from persistence.

    Note: Do NOT use this class for explicitly instantiating errors. Instead, use or create a fully-typed error instance.

Value Members

  1. object DeserializedCantonError extends Serializable
  2. object ErrorDetails

Ungrouped