object WrongDomain extends ErrorCode
- Annotations
- @Explanation("""This error is returned if a transaction restricted to a domain should be added to another domain.""") @Resolution("""Recreate the content of the transaction with a correct domain identifier.""")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WrongDomain
- ErrorCode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Failure(wrongDomain: DomainId)(implicit loggingContext: ErrorLoggingContext) extends Impl with DomainTopologyManagerError with Product with Serializable
Value Members
- def asGrpcError(err: BaseError)(implicit loggingContext: ContextualizedErrorLogger): StatusRuntimeException
- Definition Classes
- ErrorCode
- def asGrpcStatus(err: BaseError)(implicit loggingContext: ContextualizedErrorLogger): Status
- Definition Classes
- ErrorCode
- val category: ErrorCategory
- Definition Classes
- ErrorCode
- implicit val code: ErrorCode
- Definition Classes
- ErrorCode
- def codeStr(correlationId: Option[String]): String
- Definition Classes
- ErrorCode
- val id: String
- Definition Classes
- ErrorCode
- def logLevel: Level
- Definition Classes
- ErrorCode
- implicit val parent: ErrorClass
- Definition Classes
- ErrorCode
- def toMsg(cause: => String, correlationId: Option[String]): String
- Definition Classes
- ErrorCode