Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

MandarineSecurity.Sessions.MandarineSessionExceptions

import { MandarineSecurity } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mod.ts"; 

const { MandarineSessionExceptions } = MandarineSecurity.Sessions;

Used in callbacks from Mandarine's native Session storage system. This is not necessary to use.

enum MandarineSessionExceptions {
SESSION_NOT_FOUND = 0,
}

§Members

§
MandarineSessionExceptions.SESSION_NOT_FOUND = 0
[src]