You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**Results** | Pointer to [**[]StateCompletionOutput**](StateCompletionOutput.md) | | [optional]
10
+
**ErrorType** | Pointer to [**WorkflowErrorType**](WorkflowErrorType.md) | | [optional]
11
+
**ErrorMessage** | Pointer to **string** | | [optional]
10
12
11
13
## Methods
12
14
@@ -92,6 +94,56 @@ SetResults sets Results field to given value.
92
94
93
95
HasResults returns a boolean if a field has been set.
94
96
97
+
### GetErrorType
98
+
99
+
`func (o *WorkflowGetResponse) GetErrorType() WorkflowErrorType`
100
+
101
+
GetErrorType returns the ErrorType field if non-nil, zero value otherwise.
102
+
103
+
### GetErrorTypeOk
104
+
105
+
`func (o *WorkflowGetResponse) GetErrorTypeOk() (*WorkflowErrorType, bool)`
106
+
107
+
GetErrorTypeOk returns a tuple with the ErrorType field if it's non-nil, zero value otherwise
108
+
and a boolean to check if the value has been set.
109
+
110
+
### SetErrorType
111
+
112
+
`func (o *WorkflowGetResponse) SetErrorType(v WorkflowErrorType)`
113
+
114
+
SetErrorType sets ErrorType field to given value.
115
+
116
+
### HasErrorType
117
+
118
+
`func (o *WorkflowGetResponse) HasErrorType() bool`
119
+
120
+
HasErrorType returns a boolean if a field has been set.
121
+
122
+
### GetErrorMessage
123
+
124
+
`func (o *WorkflowGetResponse) GetErrorMessage() string`
125
+
126
+
GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.
127
+
128
+
### GetErrorMessageOk
129
+
130
+
`func (o *WorkflowGetResponse) GetErrorMessageOk() (*string, bool)`
131
+
132
+
GetErrorMessageOk returns a tuple with the ErrorMessage field if it's non-nil, zero value otherwise
133
+
and a boolean to check if the value has been set.
134
+
135
+
### SetErrorMessage
136
+
137
+
`func (o *WorkflowGetResponse) SetErrorMessage(v string)`
138
+
139
+
SetErrorMessage sets ErrorMessage field to given value.
140
+
141
+
### HasErrorMessage
142
+
143
+
`func (o *WorkflowGetResponse) HasErrorMessage() bool`
144
+
145
+
HasErrorMessage returns a boolean if a field has been set.
146
+
95
147
96
148
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments