Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeleteCertificateError

Package version

An interface representing DeleteCertificateError.

summary

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

Hierarchy

  • DeleteCertificateError

Index

Properties

Properties

Optional code

code: undefined | string

An identifier for the certificate deletion error. Codes are invariant and are intended to be consumed programmatically.

Optional message

message: undefined | string

A message describing the certificate deletion error, intended to be suitable for display in a user interface.

Optional values

values: NameValuePair[]

A list of additional error details related to the certificate deletion error. This list includes details such as the active pools and nodes referencing this certificate. However, if a large number of resources reference the certificate, the list contains only about the first hundred.

Generated using TypeDoc