Support

Documentation

7.6.Exit codes

7.6.Exit codes

The CLI commands use standard exit codes to indicate success or failure, which is useful when using them in scripts or automation pipelines.

0

Success. The command completed without errors.

1

General error. For example, the input image could not be read in the aitiny:image:edit command.

127

Invalid option combination. The aitiny:image:edit command was given an image URL with the --in-place option; URL images cannot be edited in-place.

128

Conflicting options. The aitiny:image:edit command was given both --in-place and --output, which are mutually exclusive.