Binance Connector JS
    Preparing search index...

    Represents an error that occurs when there is an internal server error.

    An optional error message.

    An optional HTTP status code associated with the error.

    Hierarchy

    • Error
      • ServerError
    Index

    Constructors

    • Parameters

      • Optionalmsg: string
      • OptionalstatusCode: number

      Returns ServerError

    Properties

    message: string
    name: string
    stack?: string
    statusCode?: number
    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