Go to the source code of this file.
|
| #define | ERROR(code) constexpr const char* code = #code; |
| |
|
| | ccf::DECLARE_JSON_TYPE (ODataAuthErrorDetails) |
| |
| | ccf::DECLARE_JSON_REQUIRED_FIELDS (ODataAuthErrorDetails, auth_policy, code, message) |
| |
| | ccf::DECLARE_JSON_TYPE_WITH_OPTIONAL_FIELDS (ODataJSExceptionDetails) |
| |
| | ccf::DECLARE_JSON_REQUIRED_FIELDS (ODataJSExceptionDetails, code, message) |
| |
| | ccf::DECLARE_JSON_OPTIONAL_FIELDS (ODataJSExceptionDetails, trace) |
| |
| | ccf::DECLARE_JSON_TYPE_WITH_OPTIONAL_FIELDS (ODataError) |
| |
| | ccf::DECLARE_JSON_REQUIRED_FIELDS (ODataError, code, message) |
| |
| | ccf::DECLARE_JSON_OPTIONAL_FIELDS (ODataError, details) |
| |
| | ccf::DECLARE_JSON_TYPE (ODataErrorResponse) |
| |
| | ccf::DECLARE_JSON_REQUIRED_FIELDS (ODataErrorResponse, error) |
| |
◆ ERROR
| #define ERROR |
( |
|
code | ) |
constexpr const char* code = #code; |