Add missing error case.

This commit is contained in:
Mariano Cano
2022-10-03 12:54:26 -07:00
parent 37e80964ae
commit 8538ff06b7

View File

@@ -75,6 +75,8 @@ func (ap ProblemType) String() string {
return "accountDoesNotExist"
case ErrorAlreadyRevokedType:
return "alreadyRevoked"
case ErrorBadAttestationStatementType:
return "badAttestationStatement"
case ErrorBadCSRType:
return "badCSR"
case ErrorBadNonceType: