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

Enum AlgorithmFailureSource

include/jwt/error_codes.hpp:45–47  ·  view source on GitHub ↗

* Algorithm error conditions * TODO: Remove it or use it! */

Source from the content-addressed store, hash-verified

43 * TODO: Remove it or use it!
44 */
45enum class AlgorithmFailureSource
46{
47};
48
49/**
50 * Decode error conditions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected