Type Alias AutomaticMapLibreErrorCode

AutomaticMapLibreErrorCode:
    | "no-eligible-strategy"
    | "stale-plan"
    | "source-conflict"
    | "layer-conflict"
    | "map-mutation-failed"
    | "cancelled"
    | "disposed"