Share via


DeleteCertificateError Class

Definition

An error response from the Batch service.

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

Constructors

DeleteCertificateError()

Initializes a new instance of the DeleteCertificateError class.

DeleteCertificateError(String, String, String, IList<DeleteCertificateError>)

Initializes a new instance of the DeleteCertificateError class.

Properties

Code

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

Details

Gets or sets a list of additional details about the error.

Message

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

Target

Gets or sets the target of the particular error. For example, the name of the property in error.

Methods

Validate()

Validate the object.

Applies to