reason property

String? reason
getter/setter pair

The HTTP status reason phrase received from the backend (e.g., "Not Found").

May be empty if the backend did not provide one.

Implementation

core.String? reason;