mirror of
https://gitee.com/openharmony/filemanagement_storage_service
synced 2024-11-22 22:51:35 +00:00
3c04b01a51
Signed-off-by: zhaoshuyuan <zhaoshuyuan2@huawei.com>
29 lines
1.0 KiB
YAML
29 lines
1.0 KiB
YAML
# Copyright (c) 2024 Huawei Device Co., Ltd.
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
domain: FILEMANAGEMENT
|
|
|
|
FILE_STORAGE_MANAGER_FAULT:
|
|
__BASE: {type: "FAULT", level: "CRITICAL", privacy: 4, preserve: true}
|
|
ORG_PKG: {type: "STRING"}
|
|
USER_ID: {type: "INT32"}
|
|
FUNC: {type: "STRING"}
|
|
BIZ_SCENE: {type: "INT32"}
|
|
BIZ_STAGE: {type: "INT32"}
|
|
KEY_ELX_LEVEL: {type: "STRING"}
|
|
TO_CALL_PKG: {type: "STRING"}
|
|
DISK_VOLUME_INFO: {type: "STRING"}
|
|
FILE_STATUS: {type: "STRING"}
|
|
STAGE_RES: {type: "INT32"}
|
|
ERROR_CODE: {type: "INT32"}
|
|
BIZ_STATE: {type: "INT32"} |