public class ErrorMapUndecodableEvent extends AbstractEvent
Event.Category, Event.Severity
CATEGORY_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, createdAt, duration, severity, toString
public 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()
Event
public String message()
public String content()
Copyright © 2021 Couchbase, Inc.. All rights reserved.