correction property

String? correction
getter/setter pair

The correction message to be displayed for this error. The correction message should indicate how the user can fix the error. The field is omitted if there is no correction message associated with the error code.

Implementation

String? correction;