Skip to main content

Variable: ErrorStatus

const ErrorStatus: {
ERROR: "error";
TIMEOUT: "timeout";
};

Defined in: src/models/enums.ts:59

Status of a detection service error.

Type Declaration

ERROR

readonly ERROR: "error" = 'error';

TIMEOUT

readonly TIMEOUT: "timeout" = 'timeout';