public class ErrorMapUndecodableEvent extends AbstractEvent
Event.Category, Event.SeverityCATEGORY_PREFIX| Constructor and Description |
|---|
ErrorMapUndecodableEvent(IoContext ctx,
String message,
String content)
Creates a new
ErrorMapUndecodableEvent. |
| Modifier and Type | Method and Description |
|---|---|
String |
content()
Returns the content in string form.
|
String |
description()
A textual description with more information about the event.
|
String |
message()
Returns the error message in string form.
|
category, context, created, createdAt, duration, severity, toStringpublic ErrorMapUndecodableEvent(IoContext ctx, String message, String content)
ErrorMapUndecodableEvent.ctx - the io context for better logging.message - the error message of the error.content - the content of the undecodable map.public String description()
Eventpublic String message()
public String content()
Copyright © 2024 Couchbase, Inc.. All rights reserved.