Click or drag to resize

RestErrorHandlerProvideFault Method

Provide fault

Namespace: SanteDB.Rest.Common.Behavior
Assembly: SanteDB.Rest.Common (in SanteDB.Rest.Common.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntax
public bool ProvideFault(
	Exception error,
	RestResponseMessage faultMessage
)

Parameters

error  Exception

[Missing <param name="error"/> documentation for "M:SanteDB.Rest.Common.Behavior.RestErrorHandler.ProvideFault(System.Exception,RestSrvr.Message.RestResponseMessage)"]

faultMessage  RestResponseMessage

[Missing <param name="faultMessage"/> documentation for "M:SanteDB.Rest.Common.Behavior.RestErrorHandler.ProvideFault(System.Exception,RestSrvr.Message.RestResponseMessage)"]

Return Value

Boolean

[Missing <returns> documentation for "M:SanteDB.Rest.Common.Behavior.RestErrorHandler.ProvideFault(System.Exception,RestSrvr.Message.RestResponseMessage)"]

Implements

IServiceErrorHandlerProvideFault(Exception, RestResponseMessage)
See Also