20#ifndef ORES_SERVICE_ERROR_CODE_HPP
21#define ORES_SERVICE_ERROR_CODE_HPP
Common infrastructure shared by all domain microservices.
Definition stub.hpp:25
error_code
Error codes returned by service-layer request helpers.
Definition error_code.hpp:28
@ forbidden
The caller is authenticated but lacks the required permission.
@ unauthorized
The request did not carry a valid credential.
@ token_expired
The JWT token has expired.