Click or drag to resize

DeleteError Class

Results about objects failed to be deleted
Inheritance Hierarchy
SystemObject
  OBS.ModelDeleteError

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public class DeleteError

The DeleteError type exposes the following members.

Constructors
  NameDescription
Public methodDeleteError
Initializes a new instance of the DeleteError class
Top
Properties
  NameDescription
Public propertyCode
Error code returned after a deletion failure
Public propertyMessage
Error information of a deletion failure
Public propertyObjectKey
Object name
Public propertyVersionId
Object version ID
Top
See Also