Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Provides the status (success or failure) of the sign-up step.
Properties
Property | Type | Description |
---|---|---|
additionalDetails | String | Provides additional details on the sign-up activity. |
errorCode | Int32 | Provides the 5-6 digit error code that's generated during a sign-up failure. |
failureReason | String | Provides the error message or the reason for failure for the corresponding sign-up activity. |
JSON representation
The following JSON representation shows the resource type.
{
"additionalDetails": "String",
"errorCode": 1024,
"failureReason": "String"
}