Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 862 Bytes

Error.md

File metadata and controls

30 lines (17 loc) · 862 Bytes

Error

Properties

Name Type Description Notes

Methods

NewError

func NewError() *Error

NewError instantiates a new Error 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

NewErrorWithDefaults

func NewErrorWithDefaults() *Error

NewErrorWithDefaults instantiates a new Error 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

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