case class Failure(throwable: Throwable) extends TransactionErrorImpl with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Failure
- Serializable
- Product
- Equals
- TransactionErrorImpl
- TransactionError
- BaseCantonError
- BaseError
- LocationMixin
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def asGrpcError(implicit loggingContext: ErrorLoggingContext): StatusRuntimeException
- Definition Classes
- BaseCantonError
- val cause: String
- Definition Classes
- TransactionErrorImpl → BaseError
- 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
- TransactionErrorImpl → BaseCantonError → BaseError
- def context: Map[String, String]
- Definition Classes
- BaseCantonError → BaseError
- def createRejection(implicit loggingContext: ErrorLoggingContext): RejectionReasonTemplate
- Definition Classes
- TransactionError
- def createRejectionDeprecated(rewrite: Map[ErrorCode, Code])(implicit loggingContext: ErrorLoggingContext): RejectionReasonTemplate
- Definition Classes
- TransactionError
- Annotations
- @Deprecated
- val definiteAnswer: Boolean
- Definition Classes
- TransactionErrorImpl → TransactionError
- 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
- val location: Option[String]
- Definition Classes
- LocationMixin
- def log()(implicit loggingContext: ErrorLoggingContext): Unit
- Definition Classes
- BaseCantonError
- def logWithContext(extra: Map[String, String])(implicit contextualizedErrorLogger: ContextualizedErrorLogger): Unit
- Definition Classes
- BaseError
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def resources: Seq[(ErrorResource, String)]
- Definition Classes
- BaseError
- def retryable: Option[ErrorCategoryRetry]
- Definition Classes
- BaseError
- def rpcStatus(overrideCode: Option[Code] = None)(implicit loggingContext: ErrorLoggingContext): Status
- Definition Classes
- BaseCantonError
- val throwable: Throwable
- val throwableO: Option[Throwable]
- Definition Classes
- TransactionErrorImpl → BaseError