cause property

Object? cause
final

The underlying cause of the error, if available.

This may be an Exception, a raw response map, or any other object describing the failure.

Implementation

final Object? cause;