cloud-ide-lms-model 1.0.154 → 1.0.155
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -13,7 +13,7 @@ export type log_type = 'TRACE' | 'SECURITY' | 'APPLICATION_ERROR';
|
|
|
13
13
|
* @property {string} diagnostic_code - code for specific application errors, e.g., 'APPLICATION_ERROR_500'
|
|
14
14
|
* to understand falure type read statusCode from type.helper.ts
|
|
15
15
|
*/
|
|
16
|
-
export type diagnostic_code = "APPLICATION_ERR_200" | "APPLICATION_ERR_500" | "APPLICATION_ERR_201" | "APPLICATION_ERR_401" | "APPLICATION_ERR_400" | "APPLICATION_ERR_427" | "APPLICATION_ERR_783" | "APPLICATION_ERR_430" | "APPLICATION_ERR_449" | "APPLICATION_ERR_419" | "APPLICATION_ERR_403";
|
|
16
|
+
export type diagnostic_code = "APPLICATION_ERR_200" | "APPLICATION_ERR_500" | "APPLICATION_ERR_201" | "APPLICATION_ERR_401" | "APPLICATION_ERR_400" | "APPLICATION_ERR_427" | "APPLICATION_ERR_783" | "APPLICATION_ERR_430" | "APPLICATION_ERR_449" | "APPLICATION_ERR_419" | "APPLICATION_ERR_403" | "APPLICATION_ERR_404";
|
|
17
17
|
declare class ICoreSylog {
|
|
18
18
|
_id?: string;
|
|
19
19
|
sylog_id_user?: string;
|