errorcode.txt 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. 1XXX: CertificateError
  2. 1000: Unknown
  3. 1001: ReadFailed
  4. 1002: DecodeFailed
  5. 1003: ParseFailed
  6. 1100: SelfSigned
  7. 12XX: VerifyFailed
  8. 121X: CertificateInvalid
  9. 1210: NotAuthorizedToSign
  10. 1211: Expired
  11. 1212: CANotAuthorizedForThisName
  12. 1213: TooManyIntermediates
  13. 1214: IncompatibleUsage
  14. 1220: UnknownAuthority
  15. 1300: BadRequest
  16. 1400: MissingSerial
  17. 2XXX: PrivateKeyError
  18. 2000: Unknown
  19. 2001: ReadFailed
  20. 2002: DecodeFailed
  21. 2003: ParseFailed
  22. 2100: Encrypted
  23. 2200: NotRSA
  24. 2300: KeyMismatch
  25. 3XXX: IntermediatesError
  26. 4XXX: RootError
  27. 5XXX: PolicyError
  28. 5100: NoKeyUsages
  29. 5200: InvalidPolicy
  30. 5300: InvalidRequest
  31. 5400: UnknownProfile
  32. 5500: UnmatchedWhitelist
  33. 6XXX: DialError
  34. 7XXX: APIClientError
  35. 7100: AuthenticationFailure
  36. 7200: JSONError
  37. 7300: IOError
  38. 7400: ClientHTTPError
  39. 7500: ServerRequestFailed
  40. 8XXX: OCSPError
  41. 8001: ReadFailed
  42. 8100: IssuerMismatch
  43. 8200: InvalidStatus
  44. 9XXX: CSRError
  45. 9001: ReadFailed
  46. 9002: DecodeFailed
  47. 9003: ParseFailed
  48. 9300: BadRequest
  49. 10XXX: CTError
  50. 10000: Unknown
  51. 10100: PrecertSubmissionFailed
  52. 11XXX: CertStoreError
  53. 11100: InsertFailed
  54. 11200: RecordNotFound