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"
|
return "accountDoesNotExist"
|
||||||
case ErrorAlreadyRevokedType:
|
case ErrorAlreadyRevokedType:
|
||||||
return "alreadyRevoked"
|
return "alreadyRevoked"
|
||||||
|
case ErrorBadAttestationStatementType:
|
||||||
|
return "badAttestationStatement"
|
||||||
case ErrorBadCSRType:
|
case ErrorBadCSRType:
|
||||||
return "badCSR"
|
return "badCSR"
|
||||||
case ErrorBadNonceType:
|
case ErrorBadNonceType:
|
||||||
|
|
Loading…
Reference in a new issue