apidocs / com.srv4pos.server.api.infrastructure.exceptions.enums / InconsistentDataErrorType / SERVER_IS_OVERLOADED

SERVER_IS_OVERLOADED

SERVER_IS_OVERLOADED

Occurs when retrieving data bulk is too large. It signals to specify maxResults param to not greater that some limit. See com.srv4pos.server.api.kdfacet.KdFacetService.list for example.

See com.srv4pos.server.api.exceptions.InconsistentDataJsonException.getDetails for describing message containing current limit.

Functions

message

fun message(): String

Returns default human-readable message describing failure if any.