error property

String? error
final

A transport/validation error message, or null on an HTTP round-trip (even a non-2xx one — the provider's body is then returned as-is).

Implementation

final String? error;