Abstract
Abstract base for API call logging data, serializable to JSON with a fixed set of log keys. Serialization redacts through the injected Redaction — the same vocabulary the HttpError snapshot uses, so a secret cannot reach a log through either route.
HttpError
Readonly
Optional
Serializes the log data to indented JSON in the fixed key order, redacting every value through the injected vocabulary.
The redacted, pretty-printed JSON log line.
Abstract base for API call logging data, serializable to JSON with a fixed set of log keys. Serialization redacts through the injected Redaction — the same vocabulary the
HttpErrorsnapshot uses, so a secret cannot reach a log through either route.