description property

String? description
getter/setter pair

A description of how the precondition failed.

Developers can use this description to understand how to fix the failure. For example: "Terms of service not accepted".

Implementation

core.String? description;