// Code generated by "make api"; DO NOT EDIT. // Copyright (c) HashiCorp, Inc. // SPDX-License-Identifier: MPL-2.0 package api type Error struct { Kind string `json:"kind,omitempty"` Op string `json:"op,omitempty"` Message string `json:"message,omitempty"` Details *ErrorDetails `json:"details,omitempty"` response *Response }