Click or drag to resize

WebErrorBehaviorProvideFault Method

Provides a fault message back to the pipeline

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

Parameters

error  Exception

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

response  RestResponseMessage

[Missing <param name="response"/> documentation for "M:SanteDB.Rest.WWW.Behaviors.WebErrorBehavior.ProvideFault(System.Exception,RestSrvr.Message.RestResponseMessage)"]

Return Value

Boolean

[Missing <returns> documentation for "M:SanteDB.Rest.WWW.Behaviors.WebErrorBehavior.ProvideFault(System.Exception,RestSrvr.Message.RestResponseMessage)"]

Implements

IServiceErrorHandlerProvideFault(Exception, RestResponseMessage)
See Also