public interface InternalSpanError
extends org.mule.runtime.api.profiling.tracing.SpanError
SpanError API with mule core internal operations.| Modifier and Type | Method and Description |
|---|---|
InternalSpanCallStack |
getErrorStacktrace() |
static InternalSpanError |
getInternalSpanError(org.mule.runtime.api.profiling.tracing.SpanError apiSpanError)
Converts an API
SpanError into an InternalSpanError. |
InternalSpanCallStack getErrorStacktrace()
static InternalSpanError getInternalSpanError(org.mule.runtime.api.profiling.tracing.SpanError apiSpanError)
SpanError into an InternalSpanError.apiSpanError - A SpanError instance.InternalSpanError instance.Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.