We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf2974e commit bc8ed9aCopy full SHA for bc8ed9a
Sources/protoc-gen-swift/GenerationError.swift
@@ -8,7 +8,7 @@
8
//
9
// -----------------------------------------------------------------------------
10
11
-enum GenerationError: Error {
+enum GenerationError: Error, CustomStringConvertible {
12
/// Raised when parsing the parameter string and found an unknown key.
13
case unknownParameter(name: String)
14
/// Raised when a parameter was given an invalid value.
0 commit comments