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

IDENTIFIER_LENGTH_VIOLATION

IDENTIFIER_LENGTH_VIOLATION

Occurs when passed identifier (for instance, seller identifier) doesn't fit into length requirements.

Default message is not provided. See com.srv4pos.server.api.exceptions.InconsistentDataJsonException.getDetails for describing message.

Functions

message

fun message(): String

Returns default human-readable message describing failure if any.