CanceledError API
These docs are auto-generated from typings files (
*.d.ts
).
CanceledError
Throw this error inside custom data services to early-stop the execution of the request body of a fetch factory. See the data service docs for more info.
class CanceledError extends Error {
constructor(message?: string);
isCanceledError: true;
}