MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / AlgorithmErrc

Enum AlgorithmErrc

include/jwt/error_codes.hpp:32–39  ·  view source on GitHub ↗

* All the algorithm errors */

Source from the content-addressed store, hash-verified

30 * All the algorithm errors
31 */
32enum class AlgorithmErrc
33{
34 SigningErr = 1,
35 VerificationErr,
36 KeyNotFoundErr,
37 InvalidKeyErr,
38 NoneAlgorithmUsed, // Not an actual error!
39};
40
41/**
42 * Algorithm error conditions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected