Files
PrivateCaptcha/widget/js/errors.js
Taras Kushnir 4951055189 Initial commit
2025-05-31 10:56:00 +03:00

8 lines
197 B
JavaScript

'use strict;'
export const ERROR_NO_ERROR = 0;
export const ERROR_NOT_CONFIGURED = 1;
export const ERROR_ZERO_PUZZLE = 2;
export const ERROR_FETCH_PUZZLE = 3;
export const ERROR_SOLVE_PUZZLE = 4;