API Docs for version 1.3.1803

SearchStatusCode

Module: Circuit.Enums
Parent Module: Circuit

static

Summary

Enum for the search status

Item Index

Properties

Properties

CANCELED

Syntax

CANCELED

String static

Summary

The search was canceled by the client.

ERROR

Syntax

ERROR

String static

Summary

Error. E.g. unique search ID is not valid anymore.

FINISHED

Syntax

FINISHED

String static

Summary

The search was finished by the server, i.e. there a no more results.

MORE_RESULT

Syntax

MORE_RESULT

String static

Summary

If search was started with a resultSetLimit, this indicates that more results are available.

NO_RESULT

Syntax

NO_RESULT

String static

Summary

No results found.

TIMEOUT

Syntax

TIMEOUT

String static

Summary

The server stops the search because a timeout was reached.