// Copyright 2018 NetApp, Inc. All Rights Reserved. package azgo const EONTAPI_EEXIST = "17" const EONTAPI_EVOLOPNOTSUPP = "160" const EVDISK_ERROR_NO_SUCH_INITGROUP = "9003" const EVDISK_ERROR_INITGROUP_EXISTS = "9004" const EVDISK_ERROR_NODE_NOT_IN_INITGROUP = "9007" const EVDISK_ERROR_NO_SUCH_ATTRIBUTE = "9011" const EVDISK_ERROR_VDISK_EXISTS = "9012" const EVDISK_ERROR_INITGROUP_HAS_NODE = "9008" const EVDISK_ERROR_VDISK_NOT_ENABLED = "9014" const EVDISK_ERROR_VDISK_NOT_DISABLED = "9015" const EVDISK_ERROR_INITGROUP_HAS_VDISK = "9023" const EVDISK_ERROR_INITGROUP_HAS_LUN = "9024" const EVDISK_ERROR_INITGROUP_MAPS_EXIST = "9029" const EVDISK_ERROR_NO_SUCH_VOLUME = "9036" const EVDISK_ERROR_SIZE_TOO_SMALL = "9041" const EAPIERROR = "13001" const EAPIPRIVILEGE = "13003" const EAPINOTFOUND = "13005" const ESNAPSHOTBUSY = "13024" const EVOLUMEDOESNOTEXIST = "13040" const EINTERNALERROR = "13114" const EINVALIDINPUTERROR = "13115" const EDUPLICATEENTRY = "13130" const EAGGRDOESNOTEXIST = "14420" const EOBJECTNOTFOUND = "15661"