Error Code Display Mode

The error code of MindIE SD has six digits, in decimal format. The following uses 000001 as an example. For details about the fields, see Table 1.

Table 1 Field description

Error Code Field

Description

00 (first two digits)

Sub-module code. MindIE SD does not have a sub-module, so the number is 00.

00 (two digits in the middle)

Feature ID.

01 (last two digits)

Error type. The options are:
  • 01: Pipeline or Model inference with invalid inputs
  • 02: invalid Config parameters
  • 03: inference error during torch/torch_npu intermediate computation
  • 04: invalid parameters during Pipeline initialization
  • 06: invalid intermediate computation result due to incorrect inputs