//! This code was AUTOGENERATED using the codama library.
//! Please DO NOT EDIT THIS FILE, instead use visitors
//! to add features, then rerun codama to update it.
//!//! <https://github.com/codama-idl/codama>
//!usenum_derive::FromPrimitive;usethiserror::Error;#[derive(Clone, Debug, Eq, Error, FromPrimitive, PartialEq)]pubenumSpherenetProgramWhitelistProgramError{/// 60456 - No pending authority
#[error("No pending authority")]
NoPendingAuthority =0xEC28,}implFrom<SpherenetProgramWhitelistProgramError>forsolana_program_error::ProgramError{fnfrom(e: SpherenetProgramWhitelistProgramError)->Self{solana_program_error::ProgramError::Custom(e asu32)}}