Options
All
  • Public
  • Public/Protected
  • All
Menu

The actual error type that is collected and to help identify where the error is triggered from.

Index

Enumeration members

HAS_FAILED = "HAS_FAILED"

Task has failed.

HAS_FAILED_TO_ROLLBACK = "HAS_FAILED_TO_ROLLBACK"

Task has failed, ran the rollback action but the rollback action itself has failed.

HAS_FAILED_WITHOUT_ERROR = "HAS_FAILED_WITHOUT_ERROR"

Task has failed, but exitOnError is set to false, so will ignore this error.

WILL_RETRY = "WILL_RETRY"

Task has failed and will try to retry.

WILL_ROLLBACK = "WILL_ROLLBACK"

Task has failed and will try to rollback.