Struct ApiErrorFormat
VRoid HubApiへリクエストした時のエラー情報
Inherited Members
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 |