 | AppletCollectionGetErrorAsset Method |
Get the configured error asset from the applet collection
Namespace: SanteDB.Core.AppletsAssembly: SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 3.0.2081-alpha+7b2a5ef9dec224f2debe0fde366fd06099cc30db
Syntaxpublic AppletAsset GetErrorAsset(
HttpStatusCode httpStatusCode
)
Public Function GetErrorAsset (
httpStatusCode As HttpStatusCode
) As AppletAsset
public:
AppletAsset^ GetErrorAsset(
HttpStatusCode httpStatusCode
)
member GetErrorAsset :
httpStatusCode : HttpStatusCode -> AppletAsset Parameters
- httpStatusCode HttpStatusCode
- The error for which the applet asset should be retrieved
Return Value
AppletAssetThe resolved asset (if any)
See Also