MESSAGE_TOO_LARGE constant

TransactionError_Code const MESSAGE_TOO_LARGE

The request message was too large to be processed.

Implementation

static const TransactionError_Code MESSAGE_TOO_LARGE = TransactionError_Code._(10, _omitEnumNames ? '' : 'MESSAGE_TOO_LARGE');