data property

Object? data
final

Extra application-defined information about the error.

This must be a JSON-serializable object. If it's a Map without a "request" key, a copy of the request that caused the error will automatically be injected.

Implementation

final Object? data;