 | CouchbaseSearchResponseException Constructor (String, SearchStatus, IListString) |
Creates a new CouchbaseSearchResponseException.
Namespace:
Couchbase.Search
Assembly:
Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntaxpublic CouchbaseSearchResponseException(
string message,
SearchStatus status,
IList<string> errors
)
Parameters
- message
- Type: SystemString
Error message. - status
- Type: Couchbase.SearchSearchStatus
SearchStatus returned from Couchbase. - errors
- Type: System.Collections.GenericIListString
Errors returned from Couchbase.
See Also