@override int? tryFineErrorCode() { final jsonError = this.jsonError; if (jsonError != null) { return _findErrorCode(jsonError) ?? _findErrorCode(jsonError["message"]); } return null; }