mirror of
https://github.com/PrivateCaptcha/PrivateCaptcha.git
synced 2026-02-09 23:38:42 -06:00
8 lines
197 B
JavaScript
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;
|