error property

String? error
final

Only populated when the request fails for some reason. This value will contain an error response from the server or exception information if the request failed before getting a response.

Implementation

final String? error;