Go to the source code of this file.
Packages |
package | eu.coform |
Enumerations |
enum | eu::coform.Error {
eu::coform.NoError = (0),
eu::coform.UnspecifiedError = (1),
eu::coform.UUIDClash = (10101),
eu::coform.FunctionNotImplemented = (10102),
eu::coform.RepositoryNoConnection = (10103),
eu::coform.LocationNotLoggedInToAny = (10104),
eu::coform.SoapTransmissionFailure = (10105),
eu::coform.InternalError = (10106),
eu::coform.UUIDInvalid = (10107),
eu::coform.LocationNoConnection = (10201),
eu::coform.LocationInvalid = (10202),
eu::coform.LocationAlreadyExists = (10203),
eu::coform.UsernamePwWrong = (10301),
eu::coform.SessionExpired = (10302),
eu::coform.RequestedTimeoutTooLong = (10303),
eu::coform.SwitchUserNotPermitted = (10304),
eu::coform.SessionInvalid = (10305),
eu::coform.DatasetInconistent = (10401),
eu::coform.FileAlreadyUploadeD = (10402),
eu::coform.DatasetIdInvalid = (10403),
eu::coform.FilestructIdInvalid = (10404),
eu::coform.GroupIdInvalid = (10405),
eu::coform.ServerStorageCapacityExceeded = (10405),
eu::coform.FilestatusInvalid = (11201),
eu::coform.MimetypeInvalid = (11202),
eu::coform.FilestatusAlreadyExists = (11203),
eu::coform.MimetypeAlreadyExists = (11204),
eu::coform.MimetypeCreationFailed = (11205),
eu::coform.FilestatusCreationFailed = (11206)
} |
| The OR Error enumeration.
More...
|