Skip to main content

Errors

@rotorsoft/act-root


@rotorsoft/act-root / act/src / Errors

Variable: Errors

const Errors: object

Defined in: libs/act/src/types/errors.ts:20

Type Declarationโ€‹

ConcurrencyErrorโ€‹

readonly ConcurrencyError: "ERR_CONCURRENCY" = "ERR_CONCURRENCY"

InvariantErrorโ€‹

readonly InvariantError: "ERR_INVARIANT" = "ERR_INVARIANT"

NonRetryableErrorโ€‹

readonly NonRetryableError: "ERR_NON_RETRYABLE" = "ERR_NON_RETRYABLE"

StreamClosedErrorโ€‹

readonly StreamClosedError: "ERR_STREAM_CLOSED" = "ERR_STREAM_CLOSED"

ValidationErrorโ€‹

readonly ValidationError: "ERR_VALIDATION" = "ERR_VALIDATION"