Interface LogEntry._FinalStage
- All Known Implementing Classes:
LogEntry.Builder
- Enclosing class:
LogEntry
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()The app context the request operated under — the context partition the credential carried.durationMs(Long durationMs) durationMs(Optional<Long> durationMs) Total request duration in milliseconds, from auth to response completion.Error code explaining WHY a failed call was rejected, when the failure had a typed code — one ofRATE_LIMITED,SUBSCRIPTION_LIMIT_EXCEEDED,INSUFFICIENT_BALANCE,RESOURCE_IN_USE,VERSION_CONFLICT,SESSION_REFRESH_REQUIRED.ID of the API key or scoped token that issued the request.Full request path.Correlation id for this call.
-
Method Details
-
build
LogEntry build() -
additionalProperty
-
additionalProperties
-
contextId
The app context the request operated under — the context partition the credential carried.
*for a root/cross-context caller. Null for older log lines or for entry points that are not context-scoped. -
contextId
-
contextId
-
keyId
ID of the API key or scoped token that issued the request. Null if the request was unauthenticated (extremely rare — most paths require auth before logging).
-
keyId
-
keyId
-
durationMs
Total request duration in milliseconds, from auth to response completion.
-
durationMs
-
path
Full request path.
-
path
-
requestId
Correlation id for this call. Quote it when contacting support so the call can be traced. Most useful on failures, but recorded for successful calls too. Where an error response body carries a
requestId, it is this same id. -
requestId
-
requestId
-
errorCode
Error code explaining WHY a failed call was rejected, when the failure had a typed code — one of
RATE_LIMITED,SUBSCRIPTION_LIMIT_EXCEEDED,INSUFFICIENT_BALANCE,RESOURCE_IN_USE,VERSION_CONFLICT,SESSION_REFRESH_REQUIRED. Null for successful calls, for failures that carry only a message, and for calls recorded before this release that are still within your log retention window. Request and response bodies are never logged, so no further detail is available here by design. -
errorCode
-
errorCode
-