NoResponse property

String NoResponse
final

Errors caused by remote calls timeouted and not returning results. It allows to clearly separate communication related problems from other application errors.

Implementation

static final String NoResponse = 'NoResponse';