public class DefaultSpanError extends Object implements InternalSpanError
| Constructor and Description |
|---|
DefaultSpanError(org.mule.runtime.api.message.Error error,
FlowCallStack errorStackTrace,
boolean isEscapingSpan) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.message.Error |
getError() |
InternalSpanCallStack |
getErrorStacktrace() |
boolean |
isEscapingSpan() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInternalSpanErrorpublic DefaultSpanError(org.mule.runtime.api.message.Error error,
FlowCallStack errorStackTrace,
boolean isEscapingSpan)
public org.mule.runtime.api.message.Error getError()
getError in interface org.mule.runtime.api.profiling.tracing.SpanErrorpublic boolean isEscapingSpan()
isEscapingSpan in interface org.mule.runtime.api.profiling.tracing.SpanErrorpublic InternalSpanCallStack getErrorStacktrace()
getErrorStacktrace in interface InternalSpanErrorCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.