values constant

List<Return_response_code> const values

Implementation

static const $core.List<Return_response_code> values = <Return_response_code>[
  SUCCESS,
  SIGERROR,
  CONTRACT_VALIDATE_ERROR,
  CONTRACT_EXE_ERROR,
  BANDWITH_ERROR,
  DUP_TRANSACTION_ERROR,
  TAPOS_ERROR,
  TOO_BIG_TRANSACTION_ERROR,
  TRANSACTION_EXPIRATION_ERROR,
  SERVER_BUSY,
  NO_CONNECTION,
  NOT_ENOUGH_EFFECTIVE_CONNECTION,
  OTHER_ERROR,
];