/* tslint:disable */
/* eslint-disable */
/**
* TeamCity REST API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 2018.1 (current)
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* Contains information about a cloud image or profile error.
* @export
* @interface CloudError
*/
export interface CloudError {
/**
* The shortened error message.
* @type {string}
* @memberof CloudError
*/
message?: string;
/**
* The full error message.
* @type {string}
* @memberof CloudError
*/
detailedMessage?: string;
}