PluginHelperGetErrorCallbackResponse Method |
Namespace:
Unvired.Kernel.UWP.Cordova
Assembly:
Unvired.Kernel.UWP (in Unvired.Kernel.UWP.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static string GetErrorCallbackResponse(
string error = "",
string errorDetail = ""
)
Public Shared Function GetErrorCallbackResponse (
Optional error As String = "",
Optional errorDetail As String = ""
) As String
public:
static String^ GetErrorCallbackResponse(
String^ error = L"",
String^ errorDetail = L""
)
static member GetErrorCallbackResponse :
?error : string *
?errorDetail : string
(* Defaults:
let _error = defaultArg error ""
let _errorDetail = defaultArg errorDetail ""
*)
-> string
Parameters
- error (Optional)
- Type: SystemString
- errorDetail (Optional)
- Type: SystemString
Return Value
Type:
String
See Also