Constants
A collection of constants used in the DVR module
Table of contents
Constants
Constants
INVALID_TOKEN
▸ INVALID_TOKEN: "INVALID_TOKEN"
Constant string representing an invalid token.
INVALID_VERIFY_PROOF
▸ INVALID_VERIFY_PROOF: string
JSON string representing an invalid verify proof error. Below is the content of the stringified JSON:
{
error: "INVALID_VERIFY_PROOF",
}Last updated