JsonRpcError.ErrorDetail.Code 속성

정의

발생한 오류 유형을 나타내는 숫자를 가져오거나 설정합니다.

[System.Runtime.Serialization.DataMember(IsRequired=true, Name="code", Order=0)]
public StreamJsonRpc.Protocol.JsonRpcErrorCode Code { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=true, Name="code", Order=0)>]
member this.Code : StreamJsonRpc.Protocol.JsonRpcErrorCode with get, set
Public Property Code As JsonRpcErrorCode

속성 값

-32768에서 -32000까지의 오류 코드는 사양 또는 이 라이브러리에서 정의한 오류에 대해 예약되어 있습니다. 해당 범위를 벗어난 코드는 앱별 오류 코드에 사용할 수 있습니다.

특성

적용 대상