message property

String get message

A human-readable error message.

Implementation

String get message => switch (this) {
      AgentFailure.timeout => 'Agent did not connect',
      AgentFailure.left => 'Agent left the room unexpectedly',
    };