Skip to main content

Module geop_error

Module geop_error 

Source

Enums§

GeopError

Traits§

ContextSource
Something that can turn one GeopError into another, more-annotated one — either a plain message (wrapped via GeopError::with_context) or a callback that builds the wrapped error itself (e.g. to embed live state captured at the call site). Lets WithContext::with_context accept either .with_context("a message") or .with_context(&|e| ...).
DebugContext
A renderable diagnostic artefact that can be attached to any frame of a GeopError.
WithContext

Type Aliases§

GeopResult