Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 476 Bytes

File metadata and controls

19 lines (13 loc) · 476 Bytes

IPublicAPI.ShowMsgError method

Show the error message using Flow's standard error icon.

public void ShowMsgError(string title, string subTitle = "")
parameter description
title Message title
subTitle Optional message subtitle

See Also