forked from TrueCloudLab/certificates
Add missing error case.
This commit is contained in:
parent
37e80964ae
commit
8538ff06b7
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue