---
title: 错误码展示方式说明
description: "MindIE SD组件后6位错误码，10进制。以000001为例，各段含义如表1错误码各段说明所示。"
url: https://www.hiascend.com/document/detail/zh/mindie/latest/ref/errorcodereference/mindie_log_0177.html
sourcePath: /source/zh/mindie/310/ref/errorcodereference/mindie_log_0177.html
indexId: d1723433d10132b89f33054f5ccddffba5a166199398db3259647d385da1735965
---
# 错误码展示方式说明

MindIE SD组件后6位错误码，10进制。以000001为例，各段含义如表1错误码各段说明所示。


**表1 错误码各段说明**

| 错误码字段 | 说明 |
| --- | --- |
| 00（前2位） | 子模块编码。MindIE SD暂无子模块，编码00。 |
| 00（中间2位） | 特性编码。 |
| 01（最后2位） | 错误类型。编码参考： 01：Pipeline或者Model推理，输入不合法。 02：构造config参数不合法。 03：Torch/Torch\_npu中间计算过程出现推理错误。 04：Pipeline进行初始化时，构造参数不合法。 06：错误输入导致中间计算结果不合法。 |
