共用方式為


MsalError.HttpStatusCodeNotOk Field

Definition

Overloads

HttpStatusCodeNotOk

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

HttpStatusCodeNotOk

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