TransportErrorInfo
Type Alias: TransportErrorInfo
Section titled “Type Alias: TransportErrorInfo”TransportErrorInfo =
object
Defined in: types.ts:139
Information passed to LoggerConfig.onTransportError.
Properties
Section titled “Properties”op:
"write"|"flush"
Defined in: types.ts:143
Whether the failure occurred during a record write or a flush.
transport
Section titled “transport”transport:
string
Defined in: types.ts:141
The transport’s name.