object MalformedMessage extends AlarmErrorCode
- Annotations
- @Explanation("""The mediator has received a malformed message. This may occur due to a bug at the sender of the message.
|The message will be discarded. As a consequence, the underlying request may be rejected.
|No corruption of the ledger is to be expected.""") @Resolution("Contact support.")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MalformedMessage
- AlarmErrorCode
- ErrorCode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class Reject(cause: String, _v0CodeP: Code = v0.MediatorRejection.Code.Timeout)(representativeProtocolVersion: RepresentativeProtocolVersion[Verdict]) extends Alarm with MediatorReject 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: AlarmErrorCode
- Definition Classes
- AlarmErrorCode → 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
- AlarmErrorCode → ErrorCode
- object Reject extends Serializable