The request was rejected because the type of user for the transaction was incorrect.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("InvalidUserType")) return null; InvalidUserTypeException e = (InvalidUserTypeException)super.unmarshall(node); return e; }