Show / Hide Table of Contents

Struct ApiErrorFormat

VRoid HubApiへリクエストした時のエラー情報

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: VRoidSDK
Assembly: VRoidSDK.dll
Syntax
public struct ApiErrorFormat

Fields

code

エラーコード

Declaration
public string code
Field Value
Type Description
String

details

エラーの詳細

Declaration
public Dictionary<string, object> details
Field Value
Type Description
Dictionary<String, Object>

message

発生したエラーに関するメッセージ

Declaration
public string message
Field Value
Type Description
String
Back to top Generated by DocFX