errorCode property
final
A machine-readable error code from the backend's ErrorResponse envelope
(e.g. VALIDATION_ERROR, TOO_MANY_REQUESTS), or null if the response
body didn't match that schema.
Implementation
final String? errorCode;