Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "error"

import type { ArangoError } from "arangojs/error";

TODO

Index

Functions

isArangoError

  • isArangoError(error: any): error is ArangoError
  • Indicates whether the given value represents an ArangoError.

    Parameters

    • error: any

      A value that might be an ArangoError.

    Returns error is ArangoError

isSystemError

  • isSystemError(err: any): err is SystemError
  • TODO

    Parameters

    • err: any

    Returns err is SystemError

Generated using TypeDoc