errorParser property

ErrorParser? errorParser
final

Parses an error to a map for more a more human-readable format. This is used by the tracing page to display the error. Falls back to the default error parser.

Implementation

final ErrorParser? errorParser;