underlyingErrorCode property

String? underlyingErrorCode
final

Stable code classifying the underlying failure behind a fallback (INVALID_JSON, SCHEMA, TIMEOUT, …), when isFallback. Null otherwise.

Implementation

final String? underlyingErrorCode;