github.com/vmware/go-vmware-nsxt@v0.0.0-20230223012718-d31b8a1ca05e/upgrade/compute_instance_error_message.go (about) 1 /* Copyright © 2017 VMware, Inc. All Rights Reserved. 2 SPDX-License-Identifier: BSD-2-Clause 3 4 Generated by: https://github.com/swagger-api/swagger-codegen.git */ 5 6 package upgrade 7 8 // An error id and message pair 9 type ComputeInstanceErrorMessage struct { 10 11 // Error message string to indicate, if it is NSX or cloud operation generated error. 12 DetailedMessage string `json:"detailed_message,omitempty"` 13 14 // an error id contract obtained from PCM 15 ErrorId int64 `json:"error_id,omitempty"` 16 }