@iotize/tap
Version:
IoTize Device client for Javascript
171 lines (170 loc) • 2.79 kB
TypeScript
/**
* Generated file. Do not edit
*/
export declare const ResultCodeTranslation: {
/**
* OK
* decimal: 0
*/
0: string;
/**
* CREATED
* decimal: 65
*/
65: string;
/**
* DELETED
* decimal: 66
*/
66: string;
/**
* CHANGED
* decimal: 68
*/
68: string;
/**
* CONTENT
* decimal: 69
*/
69: string;
/**
* BUSY
* decimal: 70
*/
70: string;
/**
* BAD_REQUEST
* decimal: 128
*/
128: string;
/**
* UNAUTHORIZED
* decimal: 129
*/
129: string;
/**
* NOT_FOUND
* decimal: 132
*/
132: string;
/**
* METHOD_NOT_ALLOWED
* decimal: 133
*/
133: string;
/**
* NOT_ACCEPTABLE
* decimal: 134
*/
134: string;
/**
* RESOURCE_LOCKED
* decimal: 135
*/
135: string;
/**
* INTERNAL_SERVER_ERROR
* decimal: 160
*/
160: string;
/**
* NOT_IMPLEMENTED
* decimal: 161
*/
161: string;
/**
* SERVICE_UNAVAILABLE
* decimal: 163
*/
163: string;
/**
* NVM_ERROR
* decimal: 164
*/
164: string;
/**
* UNABLE_TO_CONNECT_TO_TARGET
* decimal: 165
*/
165: string;
/**
* TARGET_POWER_FAILURE
* decimal: 166
*/
166: string;
/**
* NVM_FULL
* decimal: 167
*/
167: string;
/**
* DEVICE_UNAVAILABLE
* decimal: 168
*/
168: string;
/**
* RESPONSE_TOO_LARGE
* decimal: 169
*/
169: string;
/**
* TARGET_PROTOCOL_ERROR
* decimal: 176
*/
176: string;
/**
* TARGET_PROTOCOL_BUSY
* decimal: 177
*/
177: string;
/**
* TARGET_PROTOCOL_REAL
* decimal: 178
*/
178: string;
/**
* TARGET_PROTOCOL_WRONG_PARAM
* decimal: 179
*/
179: string;
/**
* TARGET_PROTOCOL_FORBIDDEN
* decimal: 180
*/
180: string;
/**
* TARGET_PROTOCOL_DATA
* decimal: 181
*/
181: string;
/**
* TARGET_PROTOCOL_COM
* decimal: 182
*/
182: string;
/**
* TARGET_PROTOCOL_LOST_COM
* decimal: 183
*/
183: string;
/**
* TARGET_PROTOCOL_PARAM
* decimal: 184
*/
184: string;
/**
* TARGET_PROTOCOL_INT
* decimal: 185
*/
185: string;
/**
* TARGET_PROTOCOL_ABORT
* decimal: 186
*/
186: string;
/**
* TARGET_PROTOCOL_NOT_IMPLEMENTED
* decimal: 187
*/
187: string;
};