SDK エラー管理
D1Exception d1Exception; // thrown by SDK API
String message = d1Exception.getMessage();if let d1Error = error { // thrown by SDK API
var message = d1Error.errorDescription
}Truncated error content
最終更新
役に立ちましたか?