/**
 * VRt.Routing [RT]
 *
 * The version of the OpenAPI document: 7.16.2673
 * Contact: servicedesk@veeroute.com
 *
 * NOTE: This class is auto generated by OpenAPI Generator.
 * Do not edit the class manually.
 */
import { TracedataRouting } from './tracedata';
/**
 * 429 Error details.
 */
export interface General429Routing {
    [key: string]: any | any;
    tracedata: TracedataRouting;
    /**
     * Error Message.
     */
    message?: string | null;
}
