Interface ClideErrorOptions

interface ClideErrorOptions {
    name?: string;
    prefix?: string;
}

Hierarchy

  • ErrorOptions
    • ClideErrorOptions

Properties

Properties

name?: string

A custom name to use in place of ClideError.name.

prefix?: string

A custom prefix to use in place of ClideError.prefix.