class errors.JWSInvalid
extends JOSEError
import { errors } from "https://deno.land/x/faster@v11.7/vendor/jose/index.ts";
const { JWSInvalid } = errors;
An error subclass thrown when a JWS is invalid.
x/faster/vendor/jose/index.ts>errors.JWSInvalid
import { errors } from "https://deno.land/x/faster@v11.7/vendor/jose/index.ts";
const { JWSInvalid } = errors;
An error subclass thrown when a JWS is invalid.