|
AXIAM C++ SDK 1.0.0-alpha8
Authentication, authorization, JWKS & route guards (REST + mTLS)
|
Authorization failure: authenticated but not permitted. More...
#include <errors.hpp>
Public Member Functions | |
| AuthzError (const std::string &message) | |
| AuthzError (const std::string &message, std::optional< std::string > action, std::optional< std::string > resource_id) | |
| const std::optional< std::string > & | action () const noexcept |
| const std::optional< std::string > & | resource_id () const noexcept |
Public Member Functions inherited from axiam::AxiamError | |
| AxiamError (const std::string &message) | |
Authorization failure: authenticated but not permitted.
Maps HTTP 403 / 409. Carries the denied action / resource id when the server provides them.
|
inlineexplicit |
|
inline |
|
inlinenoexcept |
|
inlinenoexcept |