Enum ResponseStatus
Different status of IGraphResponse<T>.
Namespace: Microsoft.Graph.Communications.Common.Transport
Assembly: Microsoft.Graph.Communications.Common.dll
Syntax
public enum ResponseStatus
Fields
| Name | Description |
|---|---|
| Accepted | The request was successfully accepted. |
| BadRequest | The request was semantically/syntactically invalid. |
| Conflict | There was a conflict in processing the request. |
| Created | The request resource was successfully created. |
| Forbidden | The request was forbidden. |
| InternalServerError | The request resulted in an internal server error. |
| MultiStatus | The multi status response. |
| NoContent | There was no content in the response. |
| NotFound | The requested resource was not found. |
| NotImplemented | The not implemented |
| Ok | The request was successfully processed. |
| RequestTimeout | Client did not send a request within the time the server was expecting the request. |
| ServiceUnavailable | The server is temporarily unavailable. |
| TooManyRequests | Too many requests were tried. |
| Unauthorized | The request was not authorized by the callee. |