Packages

case class Failure(throwable: Throwable) extends TransactionErrorImpl with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Failure
  2. Serializable
  3. Product
  4. Equals
  5. TransactionErrorImpl
  6. TransactionError
  7. BaseCantonError
  8. BaseError
  9. LocationMixin
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Failure(throwable: Throwable)

Value Members

  1. def asGrpcError(implicit loggingContext: ErrorLoggingContext): StatusRuntimeException
    Definition Classes
    BaseCantonError
  2. val cause: String
    Definition Classes
    TransactionErrorImpl → BaseError
  3. implicit val code: ErrorCode

    The error code, usually passed in as implicit where the error class is defined

    The error code, usually passed in as implicit where the error class is defined

    Definition Classes
    TransactionErrorImplBaseCantonError → BaseError
  4. def context: Map[String, String]
    Definition Classes
    BaseCantonError → BaseError
  5. def createRejection(implicit loggingContext: ErrorLoggingContext): RejectionReasonTemplate
    Definition Classes
    TransactionError
  6. def createRejectionDeprecated(rewrite: Map[ErrorCode, Code])(implicit loggingContext: ErrorLoggingContext): RejectionReasonTemplate
    Definition Classes
    TransactionError
    Annotations
    @Deprecated
  7. val definiteAnswer: Boolean
  8. final def definiteAnswerO: Option[Boolean]

    Parameter has no effect at the moment, as submission ranks are not supported.

    Parameter has no effect at the moment, as submission ranks are not supported. Setting to false for the time being.

    Definition Classes
    TransactionError → BaseError
  9. val location: Option[String]
    Definition Classes
    LocationMixin
  10. def log()(implicit loggingContext: ErrorLoggingContext): Unit
    Definition Classes
    BaseCantonError
  11. def logWithContext(extra: Map[String, String])(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Unit
    Definition Classes
    BaseError
  12. def productElementNames: Iterator[String]
    Definition Classes
    Product
  13. def resources: Seq[(ErrorResource, String)]
    Definition Classes
    BaseError
  14. def retryable: Option[ErrorCategoryRetry]
    Definition Classes
    BaseError
  15. def rpcStatus(overrideCode: Option[Code] = None)(implicit loggingContext: ErrorLoggingContext): Status
    Definition Classes
    BaseCantonError
  16. val throwable: Throwable
  17. val throwableO: Option[Throwable]
    Definition Classes
    TransactionErrorImpl → BaseError