ErrorCode

Type Alias ErrorCode 

pub type ErrorCode = Error;
👎Deprecated: Use Error instead

Aliased Type§

#[repr(transparent)]
pub struct ErrorCode(pub i32);

Tuple Fields§

§0: i32