Skip to main content

error

Function error 

Source
pub fn error(message: impl Into<String>)
Expand description

Emit an ::error:: annotation with no location.

ยงExamples

actions_rs::log::error("manifest checksum mismatch");