{"version":3,"sources":["../src/library/ActionError.ts"],"sourcesContent":["import { FetchError } from \"./FetchError\";\n\n/**\n * An error created when the action API fails, extends the {@link FetchError}.\n */\nexport class ActionError extends FetchError {\n\t/**\n\t * Constructor.\n\t *\n\t * @param {string | Error} options.error - The error returned from the internal fetcher.\n\t */\n\tconstructor(options: { error: string | Error }) {\n\t\tsuper(options);\n\t}\n}\n"],"mappings":";;;;;AAKO,IAAM,cAAN,cAA0B,WAAW;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAM3C,YAAY,SAAoC;AAC/C,UAAM,OAAO;AAAA,EACd;AACD;","names":[]}