ReferenceAPI
OpsinError
One warning code: what it is called, how severe it is, and the page that prevents it.
How this is generated
Source: lib/opsinjs.ts. Script: scripts/build-reference.mts. Command:
pnpm run generate.
Everything below is copied from the symbol, so a page is improved by improving its doc comment. The API index says why there is a page per symbol and what these pages still do not carry.
OpsinError
One warning code: what it is called, how severe it is, and the page that prevents it.
| Kind | Declared in |
|---|---|
| interface | lib/opsinjs.ts |
export interface OpsinError {
code: OpsinErrorCode
severity: OpsinErrorSeverity
title: string
message: string
docs: string
params: string[]
}