Returns the API error message. The errorKey parameter is required and represents the error key.
errorKey
Map<String, dynamic> getApiError(String errorKey) { return API_ERRORS[errorKey] ?? {}; }