rivet-error 2.3.0-rc.14

Structured error helpers for Rivet
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod error;
mod schema;

pub use error::{ActorSpecifier, RivetError, RivetErrorKind};
pub use schema::{MacroMarker, RivetErrorSchema, RivetErrorSchemaWithMeta};

pub use rivet_error_macros::RivetError;

pub static INTERNAL_ERROR: RivetErrorSchema =
	RivetErrorSchema::__internal_new("core", "internal_error", "An internal error occurred");

#[doc(hidden)]
pub use indoc;