Documentation
    Preparing search index...

    Function IMQError

    • Builds JSON representation of IMQ Error

      Parameters

      • code: string

        error code

      • message: string

        error message

      • stack: any

        error stack

      • method: any

        IMQ service method called, which produced an error

      • args: any

        IMQ service method call args passed

      • Optionaloriginal: any

        Original error thrown (JSON'ified) if any

      Returns IMQRPCError