Share via


ApiFault Class

Definition

Represents API failures.

public sealed class ApiFault : Microsoft.Store.PartnerCenter.Models.ResourceBase
type ApiFault = class
    inherit ResourceBase
Public NotInheritable Class ApiFault
Inherits ResourceBase
Inheritance
ApiFault

Constructors

ApiFault()

Properties

Attributes

Gets the attributes.

(Inherited from ResourceBase)
ErrorCode

Gets or sets the API error code.

ErrorData

Gets or sets additional fault information if present.

ErrorMessage

Gets or sets the error message.

Methods

ToString()

Returns a meaningful summary about the API fault.

Applies to