Sign up (with export icon)

AICoreErrorType

Api-typedef icontypedef

Classification of the error.

  • system — application or integrator setup is wrong; fix in code or configuration.
  • runtime — runtime state / invariant violation; investigate the path.
  • network — external / temporary; expected to recover.
  • user — invalid user input or action; surfaced via UI.

Value

'system' | 'runtime' | 'network' | 'user'