errorMessage property

  1. @BuiltValueField(wireName: r'errorMessage')
String? errorMessage

Detailed information about the reasons behind the given status code. Included if status other than Ok.

Implementation

@BuiltValueField(wireName: r'errorMessage')
String? get errorMessage;