error property

String? error
final

The error produced by the invocation, if any.

Either CompletionMessage.error CompletionMessage.result must be defined, but not both.

Implementation

final String? error;