errorMessages property

Map<int, String> errorMessages
getter/setter pair

Implementation

static Map<int, String> errorMessages = {
  applicationError: 'Application error in method handler',
  connectionTimeout: 'Connection timeout',
  responseTimeout: 'Response timeout',
  recipientDisconnected: 'Recipient disconnected',
  responsePayloadTooLarge: 'Response payload too large',
  sendFailed: 'Failed to send',
  unsupportedMethod: 'Method not supported at destination',
  recipientNotFound: 'Recipient not found',
  requestPayloadTooLarge: 'Request payload too large',
  unsupportedServer: 'RPC not supported by server',
  unsupportedVersion: 'Unsupported RPC version',
};