Interface PlaceEdgeError

interface PlaceEdgeError {
    context: Record<string, string>;
    edge_id: string;
    error_type: string;
    message: string;
    severity: string;
    timestamp: number;
}

Properties

context: Record<string, string>
edge_id: string
error_type: string
message: string
severity: string
timestamp: number