ApiFault Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents API failures.
public sealed class ApiFault : Microsoft.Store.PartnerCenter.Models.ResourceBase
type ApiFault = class
inherit ResourceBase
Public NotInheritable Class ApiFault
Inherits ResourceBase
- Inheritance
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. |