NEC mBaaS Embedded SDK  6.2.0
 全て クラス ネームスペース ファイル 関数 変数 列挙型 列挙型の値
nb_rest_error.h
説明を見る。
1 /*
2  * COPYRIGHT (C) 2017 NEC CORPORATION
3  *
4  * ALL RIGHTS RESERVED BY NEC CORPORATION, THIS PROGRAM
5  * MUST BE USED SOLELY FOR THE PURPOSE FOR WHICH IT WAS
6  * FURNISHED BY NEC CORPORATION, NO PART OF THIS PROGRAM
7  * MAY BE REPRODUCED OR DISCLOSED TO OTHERS, IN ANY FORM
8  * WITHOUT THE PRIOR WRITTEN PERMISSION OF NEC CORPORATION.
9  *
10  * NEC CONFIDENTIAL AND PROPRIETARY
11  */
12 
13 #ifndef NECBAAS_NBRESTERROR_h
14 #define NECBAAS_NBRESTERROR_h
15 
16 #include <string>
17 
18 namespace necbaas {
19 
26 struct NbRestError {
28  std::string reason;
29 };
30 } // namespace necbaas
31 #endif // NECBAAS_NBRESTERROR_h
RESTエラー構造体.
Definition: nb_rest_error.h:26
int status_code
Definition: nb_rest_error.h:27
std::string reason
Definition: nb_rest_error.h:28