error property

String? error
getter/setter pair

An error message associated with this field, if any.

This is typically set during deserialization when the server returns validation errors for this specific field. Can be null if there are no errors.

Implementation

String? error;