Share via


DeleteCertificateError interface

An interface representing DeleteCertificateError.

Properties

code

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

message

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

values

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

Property Details

code

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

code?: string

Property Value

string

message

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

message?: string

Property Value

string

values

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

values?: NameValuePair[]

Property Value