Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/dynablox_opencloud/src/utils/parseBEDEV2Error.ts>BEDEV2Error

A Roblox OpenCloud API wrapper for Deno and NodeJS written in TypeScript.
Latest
interface BEDEV2Error
import { type BEDEV2Error } from "https://deno.land/x/dynablox_opencloud@v0.2.2/src/utils/parseBEDEV2Error.ts";

Properties

optional
code: number | string
message: string
optional
childErrors: ChildError[]