API Reference
Class
AdFailureDescriptor
Engine-owned failure descriptor with stable machine-readable semantics.
Inheritance
- Object
- AdFailureDescriptor
Constructors
public AdFailureDescriptor(String errorCode, String category, String entity, Boolean recoverable, IReadOnlyList<String> missingArguments = null) #Initializes a new instance of the AdFailureDescriptor class.
Parameters
- errorCode System.String
- category System.String
- entity System.String
- recoverable System.Boolean
- missingArguments System.Collections.Generic.IReadOnlyList{System.String} = null
Inherited Methods
Properties
public String Category { get; } #Machine-readable category for recovery and planning.
public String Entity { get; } #Logical entity affected by the failure.
public Boolean Recoverable { get; } #Whether the failure is expected to be recoverable in-session.
public IReadOnlyList<String> MissingArguments { get; } #Optional missing argument hints.