MsalError.HttpStatusCodeNotOk Field

Definition

ErrorCode used when the HTTP response returns something different from 200 (OK)

public const string HttpStatusCodeNotOk;
val mutable HttpStatusCodeNotOk : string
Public Const HttpStatusCodeNotOk As String 

Field Value

Remarks

HttpStatusCode.NotFound have a specific error code. HttpStatusNotFound

Applies to