Changes between Version 49 and Version 50 of UniformClearinghouseAPI


Ignore:
Timestamp:
08/29/13 07:09:50 (11 years ago)
Author:
mbrinn@bbn.com
Comment:

Added comment about DUPLICATE_ERROR

Legend:

Unmodified
Added
Removed
Modified
  • UniformClearinghouseAPI

    v49 v50  
    179179|| ARGUMENT_ERROR || 3 || The arguments provided to the call were mal-formed or mutually inconsistent. ||
    180180|| DATABASE_ERROR || 4 || An error from the underlying database was returned. (More info should be provided in the ‘output’ return value] ||
     181|| DUPLICATE_ERROR || 5 || An error indicating attempt to create an object that already exists ||
    181182|| NOT_IMPLEMENTED_ERROR || 100 || The given method is not implemented on the server. ||
    182183|| SERVER_ERROR || 101 || An error in the client/server connection ||
     
    526527'''Return:''' Dictionary of field/value pairs for created slice (e.g. slice URN, slice UUID, expiration and slice credential)
    527528
     529Should return DUPLICATE_ERROR if creating a slice for which a non-expired slice of same name exists.
     530
     531
    528532*/
    529533
     
    734738
    735739Dictionary of name/value pairs of newly created project including urn
     740
     741Should return DUPLICATE_ERROR if creating a project for which a project of same name exists.
    736742
    737743*/