Skip to main content

Module exit_codes

Module exit_codes 

Source
Expand description

Re-exports from the library’s error module for binary-internal use.

The canonical definitions live in crate::error so library consumers (e.g., bird) can access them directly. This module exists only to keep binary-internal imports short.

Re-exports§

pub use crate::error::EXIT_AUTH_REQUIRED;
pub use crate::error::EXIT_GENERAL_ERROR;
pub use crate::error::EXIT_NETWORK_ERROR;
pub use crate::error::EXIT_NOT_FOUND;
pub use crate::error::EXIT_RATE_LIMITED;
pub use crate::error::EXIT_SUCCESS;