Enum ResponseReason
HTTP response reasons.
Namespace: Microsoft.XboxStudios.SQTech.Roster
Assembly: Microsoft.XboxStudios.SQTech.Roster.Common.dll
Syntax
public enum ResponseReasonFields
| Name | Description | 
|---|---|
| AlreadyExists | The item already exists. | 
| ContainerAccessDenied | The requester does not have access to the container. | 
| ContainerNotRegistered | The Roster container is not registered. | 
| InvalidScope | An invalid scope was provided. | 
| ItemNotFound | The item does not exist in Roster. | 
| None | Reason is not found or set. | 
| OrgNotFound | The org was not found or the user did not have access. | 
| ProjectNotFound | The project was not found or the user did not have access. | 
| ToolNotFound | The tool was not found or the user did not have access. | 
| UnknownAccessDeniedReason | Access denied was thrown but the reason is not specially handled. |