Function juju::status_set [] [src]

pub fn status_set(status: Status) -> Result<i32, JujuError>

Set the status of your unit to indicate to the Juju if everything is ok or something is wrong. See the Status enum for information about what can be set.

Failures

Will return a String of the stderr if the call fails