WorkflowDesignerServiceGetBadRequestResponseTData Method (String, TData) |
Returns generic ServiceResponse with BadRequest type
Namespace: CMS.WebServicesAssembly: CMS.WebServices (in CMS.WebServices.dll) Version: 13.0.131
Syntax protected ServiceResponse<TData> GetBadRequestResponse<TData>(
string message,
TData data
)
Parameters
- message
- Type: SystemString
Error message - data
- Type: TData
Response data
Type Parameters
- TData
- Response generic type
Return Value
Type:
ServiceResponseTDataSee Also