details property

Map<String, dynamic>? details
getter/setter pair

Often times it is useful to return context specific to the request that caused the error (i.e. a sample of the stack trace or impacted account) in addition to the standard error message.

Implementation

Map<String, dynamic>? details;