pub const ALREADY_INITIALIZED: &str = "init can only be called once";
Expand description

Error message emitted when the init function is called multiple times