Represents an error specific to the SD Web UI Client. This class extends the built-in Error class to provide additional context for errors that occur within the SD Web UI Client.

Hierarchy

  • Error
    • SDWebUIClientError

Constructors

Properties

data?: unknown

Additional data associated with the error.

message: string
name: string
stack?: string
prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

Optional override for formatting stack traces

stackTraceLimit: number

Methods

  • Create .stack property on a target object

    Parameters

    • targetObject: object
    • OptionalconstructorOpt: Function

    Returns void