OperationResponse.Error (Int64, String) Method
Public Shared Function Error( _
ByVal event_id As Long, _
ByVal msg As String _
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse Error(
long event_id,
string msg
)
This language is not supported or no code example is available.
public:
static OperationResponse^ Error(
long event_id,
String^ msg
)
This language is not supported or no code example is available.
Parameters
- event_id
- long
- msg
- string
the error message
Return Value
OperationResponsethe response object