Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Unified Diff: pkg/front_end/messages.yaml

Issue 2979623002: Use messages for (some) public API errors (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/front_end/messages.yaml
diff --git a/pkg/front_end/messages.yaml b/pkg/front_end/messages.yaml
index 70a573e0dd052b2af81da76e2758f25aaf34c287..4998afb3e3819297af89bfa189d4f019826c8c9f 100644
--- a/pkg/front_end/messages.yaml
+++ b/pkg/front_end/messages.yaml
@@ -549,3 +549,23 @@ FastaUsageLong:
FastaCLIArgumentRequired:
template: "Expected value after '#name'."
+
+MissingMain:
+ template: "No 'main' method found."
+ tip: "Try adding a method named 'main' to your program."
+ dart2jsCode: MISSING_MAIN
+
+MissingInputFile:
+ template: "Input file not found: #string."
+
+MissingSdkRoot:
+ template: "SDK root directory not found: #string."
+
+MissingSdkSummary:
+ template: "SDK summary not found: #string."
+
+CombinedCompileSdkAndSummary:
+ template: "The compileSdk and sdkSummary options are mutually exclusive"
+
+VerificationError:
+ template: "An internal error was found while verifying the output of the compiler. #string"

Powered by Google App Engine
This is Rietveld 408576698