共用方式為


GraphError Class

Definition

Active Directory error information.

[Microsoft.Rest.Serialization.JsonTransformation]
public class GraphError
[<Microsoft.Rest.Serialization.JsonTransformation>]
type GraphError = class
Public Class GraphError
Inheritance
GraphError
Attributes

Constructors

GraphError()

Initializes a new instance of the GraphError class.

GraphError(String, String)

Initializes a new instance of the GraphError class.

Properties

Code

Gets or sets error code.

Message

Gets or sets error message value.

Applies to