SERVICE_UNAVAILABLE

Constant SERVICE_UNAVAILABLE 

Source
pub const SERVICE_UNAVAILABLE: i32 = 69;
Expand description

A service is unavailable. This can occur if a support program or file does not exist. This can also be used as a catchall message when something you wanted to do doesn’t work, but you don’t know why.