Aller au contenu principal

log-more > Result > warning

Result.warning property​

A helper function to return back an warning result

Signature:
static warning: <TReturned_1 = any>(message?: any, data?: TReturned_1 | undefined, type?: EventType | undefined) => Result<TReturned_1>;