ConstReadonlyABORTED: "ABORTED"Scheduler / caller-supplied AbortSignal: this call was aborted.
ReadonlyAUTH_ERROR: "AUTH_ERROR"ReadonlyBROWSER_ONLY: "BROWSER_ONLY"ReadonlyCOMPUTATION_ERROR: "COMPUTATION_ERROR"ReadonlyCORS_ERROR: "CORS_ERROR"ReadonlyDEFINITION_NOT_CACHED: "DEFINITION_NOT_CACHED"A solve referenced a definition by pointer (server-side cache key), but the
server no longer holds that definition (evicted / GC'd / a different child in
the pool / server restarted). The caller should retry with the full
definition. Surfaced when the server tags its error body with
code: "definition_not_cached", so it survives production message-scrubbing.
ReadonlyENCODING_ERROR: "ENCODING_ERROR"ReadonlyENVIRONMENT_ERROR: "ENVIRONMENT_ERROR"ReadonlyINVALID_CONFIG: "INVALID_CONFIG"ReadonlyINVALID_INPUT: "INVALID_INPUT"ReadonlyINVALID_STATE: "INVALID_STATE"ReadonlyMALFORMED_DEFAULT: "MALFORMED_DEFAULT"An input's default had a shape the normalizer didn't recognize (no innerTree key).
ReadonlyNETWORK_ERROR: "NETWORK_ERROR"ReadonlySUPERSEDED: "SUPERSEDED"Scheduler latest-wins: this call was replaced by a newer one.
ReadonlyTIMEOUT_ERROR: "TIMEOUT_ERROR"ReadonlyUNKNOWN_ERROR: "UNKNOWN_ERROR"ReadonlyVALIDATION_ERROR: "VALIDATION_ERROR"
Error types and codes for
@selvajs/compute.