/** * Tapis Workflows API * Create and manage pipelines * * The version of the OpenAPI document: 1.6.0 * Contact: cicsupport@tacc.utexas.edu * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface RespErrorAllOf */ export interface RespErrorAllOf { /** * * @type {string} * @memberof RespErrorAllOf */ status?: string; /** * * @type {string} * @memberof RespErrorAllOf */ message?: string; } export declare function RespErrorAllOfFromJSON(json: any): RespErrorAllOf; export declare function RespErrorAllOfFromJSONTyped(json: any, ignoreDiscriminator: boolean): RespErrorAllOf; export declare function RespErrorAllOfToJSON(value?: RespErrorAllOf | null): any;