object PackageRemovalErrorCode extends ErrorCode
- Annotations
- @Explanation("""Errors raised by the Package Service on package removal.""")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PackageRemovalErrorCode
- ErrorCode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class CannotRemoveAdminWorkflowPackage extends PackageRemovalError
- Annotations
- @Resolution(s"""Packages needed for admin workflows cannot be removed.""")
- class CannotRemoveOnlyDarForPackage extends PackageRemovalError
- Annotations
- @Resolution(s"""The DAR cannot be removed because a package in the DAR is in-use and is not found in any other DAR.""")
- class DarUnvettingError extends PackageRemovalError
- Annotations
- @Resolution(s"Inspect the specific topology error, or manually revoke the package vetting transaction corresponding to" +
s" the main package of the dar")
- class MainPackageInUse extends PackageRemovalError
- Annotations
- @Resolution(s"""Before removing a DAR, archive all contracts using its main package.""")
- class PackageInUse extends PackageRemovalError
- Annotations
- @Resolution(s"""To cleanly remove the package, you must archive all contracts from the package.""")
- abstract class PackageRemovalError extends CantonError
- class PackageVetted extends PackageRemovalError
- Annotations
- @Resolution(s"""To cleanly remove the package, you must first revoke authorization for the package.""")
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def asGrpcError(err: BaseError)(implicit loggingContext: ContextualizedErrorLogger): StatusRuntimeException
- Definition Classes
- ErrorCode
- def asGrpcStatus(err: BaseError)(implicit loggingContext: ContextualizedErrorLogger): Status
- Definition Classes
- ErrorCode
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val category: ErrorCategory
- Definition Classes
- ErrorCode
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- implicit val code: ErrorCode
- Definition Classes
- ErrorCode
- def codeStr(correlationId: Option[String]): String
- Definition Classes
- ErrorCode
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def exposedViaApi: Boolean
- Attributes
- protected
- Definition Classes
- ErrorCode
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val id: String
- Definition Classes
- ErrorCode
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logLevel: Level
- Definition Classes
- ErrorCode
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit val parent: ErrorClass
- Definition Classes
- ErrorCode
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toMsg(cause: => String, correlationId: Option[String]): String
- Definition Classes
- ErrorCode
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])