DeleteCertificateError Class

Definition

An error encountered by the Batch service when deleting a Certificate.

public class DeleteCertificateError
type DeleteCertificateError = class
Public Class DeleteCertificateError
Inheritance
DeleteCertificateError

Constructors

DeleteCertificateError()

Initializes a new instance of the DeleteCertificateError class.

DeleteCertificateError(String, String, IList<NameValuePair>)

Initializes a new instance of the DeleteCertificateError class.

Properties

Code

Gets or sets an identifier for the Certificate deletion error. Codes are invariant and are intended to be consumed programmatically.

Message

Gets or sets a message describing the Certificate deletion error, intended to be suitable for display in a user interface.

Values

Gets or sets a list of additional error details related to the Certificate deletion error.

Applies to