code property

String? code
final

A machine-readable error code for this specific field error.

Optional per driver-lite-openapi/driverlite.yaml's ErrorDetail schema (only field and message are required) — null when the backend omits it.

Implementation

final String? code;