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