Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.02 KB

LinkTaskError.md

File metadata and controls

72 lines (39 loc) · 2.02 KB

LinkTaskError

Properties

Name Type Description Notes
ErrorCode string
ErrorMessage string

Methods

NewLinkTaskError

func NewLinkTaskError(errorCode string, errorMessage string, ) *LinkTaskError

NewLinkTaskError instantiates a new LinkTaskError 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

NewLinkTaskErrorWithDefaults

func NewLinkTaskErrorWithDefaults() *LinkTaskError

NewLinkTaskErrorWithDefaults instantiates a new LinkTaskError 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

GetErrorCode

func (o *LinkTaskError) GetErrorCode() string

GetErrorCode returns the ErrorCode field if non-nil, zero value otherwise.

GetErrorCodeOk

func (o *LinkTaskError) GetErrorCodeOk() (*string, bool)

GetErrorCodeOk returns a tuple with the ErrorCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetErrorCode

func (o *LinkTaskError) SetErrorCode(v string)

SetErrorCode sets ErrorCode field to given value.

GetErrorMessage

func (o *LinkTaskError) GetErrorMessage() string

GetErrorMessage returns the ErrorMessage field if non-nil, zero value otherwise.

GetErrorMessageOk

func (o *LinkTaskError) 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.

SetErrorMessage

func (o *LinkTaskError) SetErrorMessage(v string)

SetErrorMessage sets ErrorMessage field to given value.

[Back to Model list] [Back to API list] [Back to README]