| Name | Type | Description | Notes |
|---|---|---|---|
| ErrorMessage | Pointer to string | [optional] | |
| ErrorType | Pointer to string | [optional] |
func NewGetDurableExecutionStatus200ResponseError() *GetDurableExecutionStatus200ResponseError
NewGetDurableExecutionStatus200ResponseError instantiates a new GetDurableExecutionStatus200ResponseError object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetDurableExecutionStatus200ResponseErrorWithDefaults() *GetDurableExecutionStatus200ResponseError
NewGetDurableExecutionStatus200ResponseErrorWithDefaults instantiates a new GetDurableExecutionStatus200ResponseError object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *GetDurableExecutionStatus200ResponseError) GetErrorMessage() string
GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.
func (o *GetDurableExecutionStatus200ResponseError) GetErrorMessageOk() (*string, bool)
GetErrorMessageOk returns a tuple with the ErrorMessage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetDurableExecutionStatus200ResponseError) SetErrorMessage(v string)
SetErrorMessage sets ErrorMessage field to given value.
func (o *GetDurableExecutionStatus200ResponseError) HasErrorMessage() bool
HasErrorMessage returns a boolean if a field has been set.
func (o *GetDurableExecutionStatus200ResponseError) GetErrorType() string
GetErrorType returns the ErrorType field if non-nil, zero value otherwise.
func (o *GetDurableExecutionStatus200ResponseError) GetErrorTypeOk() (*string, bool)
GetErrorTypeOk returns a tuple with the ErrorType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetDurableExecutionStatus200ResponseError) SetErrorType(v string)
SetErrorType sets ErrorType field to given value.
func (o *GetDurableExecutionStatus200ResponseError) HasErrorType() bool
HasErrorType returns a boolean if a field has been set.