bitwarden-error 3.0.0

Internal crate for the bitwarden crate. Do not use.
Documentation
1
2
3
4
5
6
7
use bitwarden_error::bitwarden_error;

/// Full errors do not support changing the name of the error in the generated JS
#[bitwarden_error(full, export_as = "SomeOtherError")]
struct SomeError;

fn main() {}