Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes errors thrown when executing searches.

Hierarchy

Index

Constructors

Properties

Constructors

constructor

  • new SearchError(message?: string, innerError?: any): SearchError
  • Parameters

    • message: string = 'Unable to retrieve search results from Salesforce'
    • Optional innerError: any

    Returns SearchError

Properties

innerError

innerError: any

Originating error (if present).

Generated using TypeDoc