createException
Creates an exception in the Kargo system, allows a customer to create their own exceptions.
These exceptions will show on the dashboard as "Customer Exception" and will show the customer exception description on the detail page.
createException(
input: CreateExceptionInput!
): CreateExceptionResult!