Show / Hide Table of Contents

    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.

    Extension Methods

    AdditionalDataExtensions.SetInAdditionalData(String, Object)
    Extensions.Pin()
    Extensions.ChangeType(Type)
    Extensions.ChangeType<T>()
    Extensions.TryDispose(IGraphLogger)
    EnumUtils.GetDescription()
    ReflectionUtils.GetPropertyUsingReflection(String)
    ReflectionUtils.SetPropertyUsingReflection(String, Object)
    Validator.IsNull(String, String)
    Validator.NotNull<ResponseStatus>(String, String)
    Validator.Equals<ResponseStatus>(ResponseStatus, String, String)
    Validator.Equals<ResponseStatus, TE>(ResponseStatus, String)
    Validator.NotEquals<ResponseStatus>(ResponseStatus, String, String)
    GraphResponseExtensions.ToHttpStatus()
    Back to top Copyright (c) Microsoft Corporation. All rights reserved.