object NonCantonOffset extends ErrorCode
- Annotations
- @Explanation("""The supplied offset has an unexpected lengths.""") @Resolution("Ensure the offset has originated from this participant and is 9 bytes in length.")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- NonCantonOffset
- ErrorCode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Error(reason: String)(implicit loggingContext: ErrorLoggingContext) extends Impl with PruningServiceError 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