Skip to content

Commit

Permalink
feat: re-export Error Result
Browse files Browse the repository at this point in the history
  • Loading branch information
tu6ge committed Mar 10, 2023
1 parent 0578ef8 commit f1cdae3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,8 @@ pub use oss_derive::{DecodeItemError, DecodeListError};
/// 异常处理模块
#[cfg(feature = "core")]
pub mod errors;
#[cfg(feature = "core")]
pub use errors::{OssError as Error, OssResult as Result};

/// 临时访问权限管理服务
#[cfg(feature = "sts")]
Expand Down

0 comments on commit f1cdae3

Please sign in to comment.