# EvaluationSuspendedError Class

Error thrown when computations become suspended. To perform any other action wait for the batch to complete or resume the evaluation. Relates to:

see batch

see suspendEvaluation

see resumeEvaluation

# Constructors

# constructor

+ new EvaluationSuspendedError(): EvaluationSuspendedError

Defined in src/errors.ts:257 (opens new window)

Returns: EvaluationSuspendedError

# Properties

# message

message: string


# name

name: string


# stack Optional

stack? : undefined | string


# Error Static

Error: ErrorConstructor