review and fix all error codes

This commit is contained in:
Tamo
2025-09-17 12:14:11 +02:00
parent fec10bb2d6
commit 716c67f858
6 changed files with 19 additions and 15 deletions

View File

@@ -121,6 +121,8 @@ pub enum FieldIdMapMissingEntry {
pub enum UserError {
#[error(transparent)]
CelluliteError(#[from] cellulite::Error),
#[error("Malformed geojson: {0}")]
MalformedGeojson(serde_json::Error),
#[error("A document cannot contain more than 65,535 fields.")]
AttributeLimitReached,
#[error(transparent)]