Errors resulting from collecting traceroute from colo to target.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/magic-transit_error", "title": "magic-transit_error", "description": "Errors resulting from collecting traceroute from colo to target.", "enum": [ "", "Could not gather traceroute data: Code 1", "Could not gather traceroute data: Code 2", "Could not gather traceroute data: Code 3", "Could not gather traceroute data: Code 4" ], "example": "", "type": "string" }