Click or drag to resize
WorkflowDesignerServiceGetBadRequestResponseTData Method (String, TData)
Returns generic ServiceResponse with BadRequest type

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 8.2.23
Syntax
C#
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: ServiceResponseTData
See Also