Error Codes and Troubleshooting

Meshery and its components use a common framework (defined within MeshKit) to generate and document an event with a unique error code identifier as the combination of [component type]-[component name]-[event moniker]-[numeric code]. Each error code identifies the source component for the error and a standard set of information to describe the error and provide helpful details for troubleshooting the situation surrounding the specific error.

See Also

Troubleshooting guides to using Meshery’s various features and components.

Error Code Categories by Component

Component TypeComponent Name
adaptercilium
adaptermeshery-consul
adaptermeshery-istio
adaptermeshery-kuma
adaptermeshery-linkerd
componentmeshery-server
clientmesheryctl
librarymeshery-adapter-library
librarymeshkit
adaptermeshery-nginx-sm
adapternsm
adaptermeshery-osm
adaptermeshery-traefik-mesh
Top



Meshery Adapter for cilium

SeverityError Name - CodeShort DescriptionDiscussion
AlertErrInstallCiliumCode-1000Error with Cilium operationsearch forum
Long Description

Error occurred while installing Cilium mesh through Cilium

Probable Cause

Suggested Remediation

AlertErrTarXZFCode-1001Error while extracting filesearch forum
Long Description

Probable Cause

The gzip might be corrupt

Suggested Remediation

Retry the operation

AlertErrMeshConfigCode-1002Error configuration meshsearch forum
Long Description

Error getting MeshSpecKey config from in-memory configuration

Probable Cause

Suggested Remediation

Reconnect the adaptor to the meshkit server

AlertErrRunCiliumCmdCode-1003Error running cilium commandsearch forum
Long Description

Probable Cause

Corrupted cilium binary Command might be invalid

Suggested Remediation

AlertErrDownloadBinaryCode-1004Error downloading Cilium binarysearch forum
Long Description

Error occurred while download Cilium binary from its github release

Probable Cause

Checkout https://docs.github.com/en/rest/reference/repos#releases for more details

Suggested Remediation

AlertErrInstallBinaryCode-1005Error installing Cilium binarysearch forum
Long Description

Probable Cause

Corrupted Cilium release binary Invalid installation location

Suggested Remediation

AlertErrSampleAppCode-1006Error with sample app operationsearch forum
Long Description

Error occurred while trying to install a sample application using manifests

Probable Cause

Invalid kubeclient config Invalid manifest

Suggested Remediation

Reconnect your adapter to Meshery Server to refresh the kubeclient

AlertErrCustomOperationCode-1007Error with custom operationsearch forum
Long Description

Error occurred while applying custom manifest to the cluster

Probable Cause

Invalid kubeclient config Invalid manifest

Suggested Remediation

Upload the kubconfig in the Meshery Server and reconnect the adapter

AlertErrCreatingNSCode-1008Error creating namespacesearch forum
Long Description

Error occurred while applying manifest to create a namespace

Probable Cause

Invalid kubeclient config Invalid manifest

Suggested Remediation

Upload the kubeconfig in the Meshery Server and reconnect the adapter

AlertErrRunExecutableCode-1009Error running executablesearch forum
Long Description

Probable Cause

Corrupted binary Invalid operation

Suggested Remediation

Check if the adaptor is executing a deprecated command

ErrSidecarInjectionCode-1010search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrOpInvalidCode-1011Invalid operationsearch forum
Long Description

Cilium adapter received an invalid operation from the meshey server

Probable Cause

The operation is not supported by the adapter Invalid operation name

Suggested Remediation

Check if the operation name is valid and supported by the adapter

AlertErrApplyHelmChartCode-1012Error occurred while applying Helm Chartsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrNilClientCode-1013kubernetes client not initializedsearch forum
Long Description

Kubernetes client is nil

Probable Cause

kubernetes client not initialized

Suggested Remediation

Reconnect the adaptor to Meshery server

AlertErrInvalidOAMComponentTypeCode-1014invalid OAM component name:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrCiliumCoreComponentFailCode-1015error in Cilium core componentsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrProcessOAMCode-1016error performing OAM operationssearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrParseCiliumCoreComponentCode-1017Cilium core component manifest parsing failingsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrParseOAMComponentCode-1018error parsing the componentsearch forum
Long Description

Error occurred while prasing application component in the OAM request made

Probable Cause

Invalid OAM component passed in OAM request

Suggested Remediation

Check if your request has vaild OAM components

AlertErrParseOAMConfigCode-1019error parsing the configurationsearch forum
Long Description

Error occurred while prasing component config in the OAM request made

Probable Cause

Invalid OAM config passed in OAM request

Suggested Remediation

Check if your request has vaild OAM config

AlertErrGetLatestReleaseCode-1020Could not get latest versionsearch forum
Long Description

Probable Cause

Latest version could not be found at the specified url

Suggested Remediation

AlertErrEmptyConfigCode-1021Config is emptysearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrGetLatestReleasesCode-1022Unable to fetch release infosearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrGetLatestReleaseNamesCode-1023Failed to extract release namessearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrGetManifestNamesCode-1024Unable to fetch manifest names from githubsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrMakingBinExecutableCode-1025Error while making cilium cli an executablesearch forum
Long Description

Probable Cause

Download might be corrupted.

Suggested Remediation

Please retry operation.

AlertErrLoadNamespaceCode-1026Error occurred while applying namespacesearch forum
Long Description

Probable Cause

Trying to access a namespace which is not available

Suggested Remediation

Verify presence of namespace. Confirm Meshery ServiceAccount permissions

AlertErrUnpackingTarCode-1027Error occurred while unpacking tarsearch forum
Long Description

Probable Cause

The gzip might be corrupt

Suggested Remediation

Please retry operation.

AlertErrUnzipFileCode-1028Error while unzippingsearch forum
Long Description

Probable Cause

File might be corrupt

Suggested Remediation

Please retry operation.

AlertErrDownloadingTarCode-1029Error occurred while downloading Cilium tarsearch forum
Long Description

Probable Cause

Error occurred while download cilium tar from its release url

Suggested Remediation

Checkout https://github.com/cilium/cilium-cli/releases/download/<release>/cilium-<platform>-<arch>.tar.gz for more details

AlertErrGettingReleaseCode-1030Could not get latest versionsearch forum
Long Description

Probable Cause

Latest version could not be found at the specified url

Suggested Remediation

Verify network connectivity. Ensure github.com is reachable. Try retrying the operation.

AlertErrFetchCiliumVersionsCode-1031could not get any cilium versionssearch forum
Long Description

versions for cilium could not be fetched

Probable Cause

could not reach github.com/cilium/cilium/releases no versions could be fetched from cilium release page

Suggested Remediation

make sure adapter is reachable

Top

Meshery Adapter for meshery-consul

SeverityError Name - CodeShort DescriptionDiscussion
AlertErrApplyOperationCode-1000Error applying operationsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrParseOAMComponentCode-1001error parsing the componentsearch forum
Long Description

Error occurred while parsing application component in the OAM request made by Meshery Server

Probable Cause

Could not unmarshall configuration component received via ProcessOAM gRPC call into a valid Component struct

Suggested Remediation

Check if Meshery Server is creating valid component for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also, check if Meshery Server and adapters are referring to same component struct provided in MeshKit.

AlertErrParseOAMConfigCode-1002error parsing the configurationsearch forum
Long Description

Error occurred while parsing configuration in the request made by Meshery Server

Probable Cause

Could not unmarshall OAM config received via ProcessOAM gRPC call into a valid Config struct

Suggested Remediation

Check if Meshery Server is creating valid config for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also, confirm that Meshery Server and Adapters are referring to same config struct provided in MeshKit

AlertErrProcessOAMCode-1003error performing OAM operationssearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrApplyHelmChartCode-1004Error applying helm chartsearch forum
Long Description

Probable Cause

Chart could be invalid

Suggested Remediation

Use `helm verify` and `helm lint` to verify chart path and validity

AlertErrMeshConfigCode-1005Error configuration meshsearch forum
Long Description

Error getting MeshSpecKey config from in-memory configuration

Probable Cause

Suggested Remediation

AlertErrConsulCoreComponentFailCode-1006error in Consul core componentsearch forum
Long Description

Probable Cause

API version or Kind passed is empty

Suggested Remediation

Make sure API version and Kind are not empty

AlertErrParseConsulCoreComponentCode-1007Consul core component manifest parsing failingsearch forum
Long Description

Probable Cause

Could not marshall generated component to YAML

Suggested Remediation

AlertErrGetLatestReleasesCode-1008Unable to fetch release infosearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrGetManifestNamesCode-1009Unable to fetch manifest names from githubsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrEmptyConfigCode-1010Config is emptysearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrLoadingPathsetCode-1011Could not create a pathset for static component generationsearch forum
Long Description

Probable Cause

Suggested Remediation

Top

Meshery Adapter for meshery-istio

SeverityError Name - CodeShort DescriptionDiscussion
AlertErrEmptyConfigCode-1000Config is emptysearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrGetLatestReleasesCode-1001unable to fetch release infosearch forum
Long Description

Unable to get the latest release info from the GithubAPI

Probable Cause

Checkout https://docs.github.com/en/rest/reference/repos#releases for more info

Suggested Remediation

AlertErrGetLatestReleaseNamesCode-1002failed to extract release namessearch forum
Long Description

Probable Cause

Invalid release format

Suggested Remediation

AlertErrInstallUsingIstioctlCode-1003Error with istio operationsearch forum
Long Description

Error occurred while installing istio mesh through istioctl

Probable Cause

Suggested Remediation

AlertErrUnzipFileCode-1004Error while unzippingsearch forum
Long Description

Probable Cause

File might be corrupt

Suggested Remediation

AlertErrTarXZFCode-1005Error while extracting filesearch forum
Long Description

Probable Cause

/The gzip might be corrupt

Suggested Remediation

AlertErrMeshConfigCode-1006Error configuration meshsearch forum
Long Description

Error getting MeshSpecKey config from in-memory configuration

Probable Cause

Suggested Remediation

AlertErrRunIstioCtlCmdCode-1007Error running istioctl commandsearch forum
Long Description

Probable Cause

Corrupted istioctl binary Command might be invalid

Suggested Remediation

AlertErrSampleAppCode-1008Error with sample app operationsearch forum
Long Description

Error occurred while trying to install a sample application using manifests

Probable Cause

Invalid kubeclient config Invalid manifest

Suggested Remediation

Reconnect your adapter to meshery server to refresh the kubeclient

AlertErrEnvoyFilterCode-1009Error with envoy filter operationsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrApplyPolicyCode-1010Error with apply policy operationsearch forum
Long Description

Error occurred while trying to install a sample application using manifests

Probable Cause

Invalid kubeclient config Invalid manifest

Suggested Remediation

Reconnect your adapter to meshery server to refresh the kubeclient

AlertErrCustomOperationCode-1011Error with custom operationsearch forum
Long Description

Error occurred while applying custom manifest to the cluster

Probable Cause

Invalid kubeclient config Invalid manifest

Suggested Remediation

AlertErrAddonFromTemplateCode-1012Error with addon install operationsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrInvalidInstallationProfileCode-1013Error while installing istio due to wrong profilesearch forum
Long Description

Probable Cause

Invalid profile passed

Suggested Remediation

Provide one of the profiles: \"demo\",\"minimal\",\"default\" profiles

AlertErrCreatingIstioClientCode-1014Unable to create a new istio clientsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrIstioVetSyncCode-1015Failed to syncsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrIstioVetCode-1016error while running Istio vet commandsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrParseOAMComponentCode-1017error parsing the componentsearch forum
Long Description

Error occurred while parsing application component in the OAM request made by Meshery server

Probable Cause

Could not unmarshall configuration component received via ProcessOAM gRPC call into a valid Component struct

Suggested Remediation

Check if Meshery Server is creating valid component for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also check if Meshery Server and adapters are referring to same component struct provided in MeshKit.

AlertErrParseOAMConfigCode-1018error parsing the configurationsearch forum
Long Description

Error occurred while parsing configuration in the request made by Meshery Server

Probable Cause

Could not unmarshall OAM config received via ProcessOAM gRPC call into a valid Config struct

Suggested Remediation

Check if Meshery Server is creating valid config for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also, confirm that Meshery Server and Adapters are referring to same config struct provided in MeshKit

AlertErrNilClientCode-1019kubernetes client not initializedsearch forum
Long Description

Kubernetes client is nil

Probable Cause

kubernetes client not initialized

Suggested Remediation

Reconnect the adaptor to Meshery server

AlertErrParseIstioCoreComponentCode-1020istio core component manifest parsing failingsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrInvalidOAMComponentTypeCode-1021invalid OAM component name:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrOpInvalidCode-1022Invalid operationsearch forum
Long Description

Istio adapter received an invalid operation from the meshey server

Probable Cause

The operation is not supported by the adapter Invalid operation name

Suggested Remediation

Check if the operation name is valid and supported by the adapter

AlertErrIstioCoreComponentFailCode-1023error in istio core componentsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrProcessOAMCode-1024error performing OAM operationssearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrApplyHelmChartCode-1025Error occurred while applying Helm Chartsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrGettingIstioReleaseCode-1026Error occurred while fetching Istio release artifactssearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrUnsupportedPlatformCode-1027requested platform is not supported by Istiosearch forum
Long Description

Istio only supports Windows, Linux and Darwin

Probable Cause

Suggested Remediation

AlertErrIstioctlNotFoundCode-1028Unable to find Istioctlsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrDownloadingTarCode-1029Error occurred while downloading Istio tarsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrUnpackingTarCode-1030Error occurred while unpacking tarsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrMakingBinExecutableCode-1031Error while making istioctl an executablesearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrLoadNamespaceCode-1032Error while labeling namespace:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrFetchIstioVersionsCode-1033could not get any istio versionssearch forum
Long Description

versions for istio could not be fetched

Probable Cause

could not reach github.com/istio/istio/releases no versions could be fetched from istio release page

Suggested Remediation

make sure adapter is reachable to github

Top

Meshery Adapter for meshery-kuma

SeverityError Name - CodeShort DescriptionDiscussion
AlertErrGetLatestReleasesCode-1000unable to fetch release infosearch forum
Long Description

Unable to get the latest release info from the GithubAPI

Probable Cause

Checkout https://docs.github.com/en/rest/reference/repos#releases for more info

Suggested Remediation

AlertErrGetLatestReleaseNamesCode-1001failed to extract release namessearch forum
Long Description

Probable Cause

Invalid release format

Suggested Remediation

AlertErrOpInvalidCode-1002Invalid operationsearch forum
Long Description

Kuma adapter received an invalid operation from the meshey server

Probable Cause

The operation is not supported by the adapter Invalid operation name

Suggested Remediation

Check if the operation name is valid and supported by the adapter

AlertErrInstallKumaCode-1003Error with kuma operationsearch forum
Long Description

Error occurred while installing kuma mesh through kumactl

Probable Cause

Suggested Remediation

AlertErrMeshConfigCode-1004Error configuration meshsearch forum
Long Description

Error getting MeshSpecKey config from in-memory configuration

Probable Cause

Suggested Remediation

Reconnect the adapter to the Meshery Server

AlertErrFetchManifestCode-1005Error occurred while fetching the manifestsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrClientConfigCode-1006Error occurred while setting client configsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrClientSetCode-1007Error occurred while setting clientsetsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrStreamEventCode-1008Error occurred while streaming eventssearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrSampleAppCode-1009Error with sample app operationsearch forum
Long Description

Error occurred while trying to install a sample application using manifests

Probable Cause

Invalid kubeclient config Invalid manifest

Suggested Remediation

Reconnect your adapter to Meshery Server to refresh the kubeclient

AlertErrGetKumactlCode-1010Error getting kumactl comamndlinesearch forum
Long Description

Error occurred while downloading`kumactl` and moving it to .meshery/bin]

Probable Cause

https://download.konghq.com/mesh-alpine/kuma-<release>-<platform>-<arch>.tar.gz might be deprecated

Suggested Remediation

AlertErrDownloadBinaryCode-1011Error downloading kuma binarysearch forum
Long Description

Error occurred while download kuma binary from its release url

Probable Cause

Checkout https://download.konghq.com/mesh-alpine/kuma-<release>-<platform>-<arch>.tar.gz for more details

Suggested Remediation

AlertErrInstallBinaryCode-1012Error installing kumactlsearch forum
Long Description

Error occurred while installing kuma mesh through kumactl

Probable Cause

Suggested Remediation

AlertErrUntarCode-1013Error while extracting filesearch forum
Long Description

Probable Cause

The gzip might be corrupt

Suggested Remediation

Retry the operation

AlertErrUntarDefaultCode-1014Error untaring opeartion defaultsearch forum
Long Description

Error occurred in the process of untaring a compressed file

Probable Cause

The compressed file might be corrupted

Suggested Remediation

Clear the cache and retry the operation

AlertErrMoveBinaryCode-1015Error occurred while moving the kumactl binarysearch forum
Long Description

Probable Cause

Meshery adapter might not have write access

Suggested Remediation

AlertErrCustomOperationCode-1016Error with custom operationsearch forum
Long Description

Error occurred while applying custom manifest to the cluster

Probable Cause

Invalid kubeclient config Invalid manifest

Suggested Remediation

Reupload the kubconfig in the Meshery Server and reconnect the adapter

AlertErrNilClientCode-1017Kubernetes client not initializedsearch forum
Long Description

Kubernetes client is nil

Probable Cause

Kubernetes client not initialized

Suggested Remediation

Reconnect the adapter to Meshery Server

AlertErrApplyHelmChartCode-1018Error with helm chart operationsearch forum
Long Description

Error occurred while applying Helm Chart

Probable Cause

Suggested Remediation

Invalid helm chart configuration

AlertErrGetLatestReleaseCode-1019Could not get latest versionsearch forum
Long Description

Probable Cause

Latest version could not be found at the specified url

Suggested Remediation

AlertErrInvalidOAMComponentTypeCode-1021invalid OAM component name:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrKumaCoreComponentFailCode-1022error in kuma core componentsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrProcessOAMCode-1023error performing OAM operationssearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrParseKumaCoreComponentCode-1024kuma core component manifest parsing failingsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrParseOAMComponentCode-1025error parsing the componentsearch forum
Long Description

Error occurred while parsing application component in the OAM request made by Meshery server

Probable Cause

Could not unmarshall configuration component received via ProcessOAM gRPC call into a valid Component struct

Suggested Remediation

Check if Meshery Server is creating valid component for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also check if Meshery Server and adapters are referring to same component struct provided in MeshKit.

AlertErrParseOAMConfigCode-1026error parsing the configurationsearch forum
Long Description

Error occurred while parsing configuration in the request made by Meshery Server

Probable Cause

Could not unmarshall OAM config received via ProcessOAM gRPC call into a valid Config struct

Suggested Remediation

Check if Meshery Server is creating valid config for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also, confirm that Meshery Server and Adapters are referring to same config struct provided in MeshKit

AlertErrEmptyConfigCode-1027Config is emptysearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrLoadNamespaceCode-1028Error occurred while applying namespacesearch forum
Long Description

Probable Cause

Trying to access a namespace which is not available

Suggested Remediation

Verify presence of namespace. Confirm Meshery ServiceAccount permissions

Top

Meshery Adapter for meshery-linkerd

SeverityError Name - CodeShort DescriptionDiscussion
AlertErrEmptyConfigCode-1000Config is emptysearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrGetLatestReleasesCode-1001unable to fetch release infosearch forum
Long Description

Unable to get the latest release info from the GithubAPI

Probable Cause

Checkout https://docs.github.com/en/rest/reference/repos#releases for more info

Suggested Remediation

AlertErrGetLatestReleaseNamesCode-1002failed to extract release namessearch forum
Long Description

Probable Cause

Invalid release format

Suggested Remediation

AlertErrInstallLinkerdCode-1003Error with Linkerd operation:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrMeshConfigCode-1004Error configuration mesh:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrFetchManifestCode-1005Error fetching mesh manifest: %ssearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrDownloadBinaryCode-1006Error downloading Linkerd binary:search forum
Long Description

Probable Cause

Checkout https://docs.github.com/en/rest/reference/repos#releases for more details

Suggested Remediation

AlertErrInstallBinaryCode-1007Error installing Linkerd binary:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrClientConfigCode-1008Error setting client config:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrClientSetCode-1009Error setting clientset:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrSampleAppCode-1011Error with sample app operationsearch forum
Long Description

Error occurred while trying to install a sample application using manifests

Probable Cause

Invalid kubeclient config Invalid manifest

Suggested Remediation

Reconnect your adapter to meshery server to refresh the kubeclient

AlertErrCustomOperationCode-1012Error with custom operationsearch forum
Long Description

Error occurred while applying custom manifest to the cluster

Probable Cause

Invalid kubeclient config Invalid manifest

Suggested Remediation

Make sure to apply a valid Kubernetes manifest

AlertErrOpInvalidCode-1013Invalid operationsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrInvalidOAMComponentTypeCode-1014invalid OAM component name:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrLinkerdCoreComponentFailCode-1015error in linkerd core componentsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrProcessOAMCode-1016error performing OAM operationssearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrParseLinkerdCoreComponentCode-1017linkerd core component manifest parsing failingsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrParseOAMComponentCode-1018error parsing the componentsearch forum
Long Description

Error occurred while parsing application component in the OAM request made by Meshery server

Probable Cause

Could not unmarshall configuration component received via ProcessOAM gRPC call into a valid Component struct

Suggested Remediation

Check if Meshery Server is creating valid component for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also check if Meshery Server and adapters are referring to same component struct provided in MeshKit.

AlertErrParseOAMConfigCode-1019error parsing the configurationsearch forum
Long Description

Error occurred while parsing configuration in the request made by Meshery Server

Probable Cause

Could not unmarshall OAM config received via ProcessOAM gRPC call into a valid Config struct

Suggested Remediation

Check if Meshery Server is creating valid config for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also, confirm that Meshery Server and Adapters are referring to same config struct provided in MeshKit

AlertErrApplyHelmChartCode-1020error applying helm chartsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrNilClientCode-1021Kubernetes client not initializedsearch forum
Long Description

Kubernetes client is nil

Probable Cause

Kubernetes client not initialized

Suggested Remediation

Reconnect the Meshery Adapter to Meshery Server

AlertErrAddonFromHelmCode-1022Error with addon install operation by helm chartsearch forum
Long Description

Probable Cause

The helm chart URL in additional properties of addon operation might be incorrect Could not apply service patch file for the given addon

Suggested Remediation

AlertErrInvalidVersionForMeshInstallationCode-1023Invalid version passed for helm based installationsearch forum
Long Description

Version passed is invalid

Probable Cause

Version might not be prefixed with \"stable-\" or \"edge-\

Suggested Remediation

Version should be prefixed with \"stable-\" or \"edge-\ Version might be empty

AlertErrAnnotatingNamespaceCode-1024Error with annotating namespacesearch forum
Long Description

Probable Cause

Could not get the namespace in cluster Could not update namespace in cluster

Suggested Remediation

Make sure the cluster is reachable

AlertErrFetchLinkerdVersionsCode-1033could not get any linkerd versionssearch forum
Long Description

versions for linkerd could not be fetched

Probable Cause

could not reach github.com/linkerd/linkerd2 no versions could be fetched from linkerd release page

Suggested Remediation

make sure adapter is reachable to github

FatalErrCertEncodeCode-1101Failed to encode:search forum
Long Description

Probable Cause

Suggested Remediation

FatalErrEncodeCertificatesPEMCode-1102Failed to encode certificate PEM:search forum
Long Description

Probable Cause

Suggested Remediation

FatalErrEncodePrivateKeyPEMCode-1103Failed to encode private key PEM:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrCreateRootCACode-1104Failed to create Root CA:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrGeneratePKCode-1105Failed to create Private Key:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrGenerateDefaultRootCACode-1106Failed to create default Root CA:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrGetFileNamesCode-1107failed to get filenames for dynamic component generationsearch forum
Long Description

Probable Cause

The repository could not be cloned or reached The repository url is invalid Could not reach the remote git repository

Suggested Remediation

Make sure the owner, repo and path is correct for fetching crd names

Top

Meshery Server

SeverityError Name - CodeShort DescriptionDiscussion
FatalErrCreatingUUIDInstanceCode-1001Unable to create UUID instancesearch forum
Long Description

Unable to create UUID instance:

Probable Cause

Suggested Remediation

AlertErrRegisteringMesheryOAMTraitsCode-1002Error registering local OAM traitssearch forum
Long Description

Error registering local OAM traits:

Probable Cause

Suggested Remediation

AlertErrRegisteringMesheryOAMWorkloadsCode-1003Error registering local OAM workloadssearch forum
Long Description

Error registering local OAM workloads:

Probable Cause

Suggested Remediation

FatalErrRetrievingUserHomeDirectoryCode-1004Unable to retrieve the user's home directorysearch forum
Long Description

Unable to retrieve the user's home directory:

Probable Cause

Suggested Remediation

FatalErrCreatingUserDataDirectoryCode-1005Unable to create the directory for storing user data at:search forum
Long Description

Unable to create the directory for storing user data at:

Probable Cause

Suggested Remediation

FatalErrCreatingMapPreferencePersisterInstanceCode-1006Unable to create a new MapPreferencePersister instancesearch forum
Long Description

Unable to create a new MapPreferencePersister instance:

Probable Cause

Suggested Remediation

FatalErrDatabaseAutoMigrationCode-1007Unable to auto migrate to databasesearch forum
Long Description

Unable to auto migrate to database:

Probable Cause

Suggested Remediation

AlertErrInvalidURLSkippingProviderCode-1008is invalid url skipping providersearch forum
Long Description

is invalid url skipping provider

Probable Cause

Suggested Remediation

FatalErrListenAndServeCode-1009ListenAndServe Errorsearch forum
Long Description

ListenAndServe Error:

Probable Cause

Suggested Remediation

AlertErrCleaningUpLocalProviderCode-1010Error cleaning up local providersearch forum
Long Description

Error cleaning up local provider:

Probable Cause

Suggested Remediation

AlertErrClosingDatabaseInstanceCode-1011Error closing database instancesearch forum
Long Description

Error closing database instance:

Probable Cause

Suggested Remediation

FatalErrInitializingRegistryManagerCode-1012could not initialize registry managersearch forum
Long Description

Probable Cause

could not migrate tables into the database

Suggested Remediation

make sure the database instance passed is not nil

FatalErrInitializingKeysRegistrationCode-1013could not initialize keys registry managersearch forum
Long Description

Probable Cause

could not migrate tables into the database

Suggested Remediation

make sure the database instance passed is not nil

AlertErrInvalidK8SConfigNilCode-1014No valid Kubernetes config found. Make sure to pass contextIDs in query parameters.search forum
Long Description

Kubernetes config is not initialized with Meshery

Probable Cause

Kubernetes config is not accessible to Meshery or not valid

Suggested Remediation

Upload your Kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

AlertErrNilClientCode-1015Kubernetes client not initializedsearch forum
Long Description

Kubernetes config is not initialized with Meshery

Probable Cause

Kubernetes config is not accessible to Meshery or not valid

Suggested Remediation

Upload your Kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

AlertErrRecordPreferencesCode-1016unable to save user config datasearch forum
Long Description

Probable Cause

User token might be invalid db might be corrupted

Suggested Remediation

Relogin to Meshery

AlertErrGrafanaConfigCode-1017Grafana endpoint not configuredsearch forum
Long Description

Cannot find valid grafana endpoint in user pref

Probable Cause

Grafana endpoint might not be reachable from Meshery

Suggested Remediation

Setup your Grafana Endpoint via the settings dashboard

AlertErrPrometheusConfigCode-1018Prometheus endpoint not configuredsearch forum
Long Description

Cannot find valid Prometheus endpoint in user pref

Probable Cause

Prometheus endpoint might not be reachable from Meshery

Suggested Remediation

Setup your Prometheus Endpoint via the settings dashboard

AlertErrGrafanaQueryCode-1019Unable to query Grafanasearch forum
Long Description

Probable Cause

Grafana query did not get executed from Meshery Grafana query is invalid

Suggested Remediation

Check if your Grafana query is correct Connect to Grafana from the settings page in the UI

AlertErrPrometheusQueryCode-1020Unable to query prometheussearch forum
Long Description

Probable Cause

Prometheus query did not get executed from Meshery Prometheus query is invalid

Suggested Remediation

Check if your Prometheus query is correct Connect to Prometheus and Grafana from the settings page in the UI

AlertErrPrometheusBoardsCode-1021unable to get Prometheus boardssearch forum
Long Description

Probable Cause

Prometheus endpoint might not be reachable from Meshery Prometheus endpoint is incorrect

Suggested Remediation

Check if your Prometheus endpoint is correct Connect to Prometheus from the settings page in the UI

AlertErrStaticBoardsCode-1022unable to get static boardsearch forum
Long Description

unable to get static board

Probable Cause

No boards could be available in grafana

Suggested Remediation

AlertErrRequestBodyCode-1023unable to read the request bodysearch forum
Long Description

Probable Cause

Request body is empty or faulty

Suggested Remediation

Check if the request is sent with proper values

AlertErrParseBoolCode-1024unable to parse :search forum
Long Description

Probable Cause

Failed due to invalid value of :

Suggested Remediation

please provide a valid value for :

AlertErrStreamEventsCode-1025There was an error connecting to the backend to get eventssearch forum
Long Description

Probable Cause

Websocket is blocked in the network Meshery UI is not able to reach the Meshery server

Suggested Remediation

Ensure Meshery UI is able to reach the Meshery server

AlertErrStreamClientCode-1026Event streaming endedsearch forum
Long Description

Probable Cause

Websocket is blocked in the network Meshery UI is not able to reach the Meshery server

Suggested Remediation

Ensure Meshery UI is able to reach the Meshery server

AlertErrPublishSmiResultsCode-1027Error publishing SMI resultssearch forum
Long Description

Probable Cause

Meshery Cloud is not functional or reachable

Suggested Remediation

Make sure Meshery cloud is up and reachable

AlertErrPluginOpenCode-1028Error opening the pluginsearch forum
Long Description

Probable Cause

Plugin is not available in the location plugin does not match with Meshery version

Suggested Remediation

Make sure the plugin is compatible with Meshery server

AlertErrPluginLookupCode-1029Error performing a plugin lookupsearch forum
Long Description

Probable Cause

Plugin is not available in the location

Suggested Remediation

Make sure the plugin is compatible with Meshery server

AlertErrPluginRunCode-1030Error running Meshery pluginsearch forum
Long Description

Probable Cause

plugin does not match with Meshery version

Suggested Remediation

Make sure the plugin is compatible with Meshery server

AlertErrParseFormCode-1031unable to parse formsearch forum
Long Description

Probable Cause

The data provided could be invalid

Suggested Remediation

Make sure to enter valid parameters in the form

AlertErrQueryGetCode-1032unable to get:search forum
Long Description

Probable Cause

Query parameter is not a part of the request

Suggested Remediation

Make sure to pass the query paramater in the request

AlertErrGetResultCode-1033unable to get resultsearch forum
Long Description

Probable Cause

Result Identifier provided is not valid Result did not persist in the database

Suggested Remediation

Make sure to provide the correct identifier for the result

AlertErrConvertToSpecCode-1034unable to convert to specsearch forum
Long Description

Probable Cause

The performance spec format is invalid

Suggested Remediation

Make sure to provide the correct spec

AlertErrFetchSMIResultsCode-1035unable to fetch SMI resultssearch forum
Long Description

Probable Cause

SMI results did not get persisted Result identifier is invalid

Suggested Remediation

Make sure to provide the correct identifier for the result

AlertErrFormFileCode-1036error getting kubeconfig filesearch forum
Long Description

Probable Cause

The kubeconfig file does not exist in the location.

Suggested Remediation

Make sure to upload the correct kubeconfig file.

AlertErrReadConfigCode-1037error reading config.search forum
Long Description

Probable Cause

The kubeconfig file is empty or not valid.

Suggested Remediation

Make sure to upload the correct kubeconfig file.

AlertErrLoadConfigCode-1038unable to load Kubernetes configsearch forum
Long Description

Probable Cause

The kubeconfig file is empty or not valid

Suggested Remediation

Make sure to upload the correct kubeconfig file

AlertErrOpenFileCode-1039Unable to open file:search forum
Long Description

Probable Cause

The file does not exist in the location.

Suggested Remediation

Make sure to upload the correct file.

AlertErrKubeVersionCode-1040Unable to get Kubernetes version.search forum
Long Description

Probable Cause

Kubernetes might not be reachable from Meshery.

Suggested Remediation

Make sure Meshery has connectivity to Kubernetes.

AlertErrAddAdapterCode-1041meshLocationURL is emptysearch forum
Long Description

meshLocationURL is empty to add an adapter

Probable Cause

meshLocationURL cannot be empty to add an adapter

Suggested Remediation

please provide the meshLocationURL

AlertErrRetrieveDataCode-1042Unable to retrieve the requested datasearch forum
Long Description

Probable Cause

Adapter operation invalid

Suggested Remediation

Make sure adapter is running and reachable by Meshery Server.

AlertErrValidAdapterCode-1043Unable to find valid Adapter URLsearch forum
Long Description

unable to find a valid adapter for the given adapter URL

Probable Cause

Given adapter URL is not valid

Suggested Remediation

Please provide a valid Adapter URL

AlertErrOperationIDCode-1044Error generating the operation Idsearch forum
Long Description

Probable Cause

Adapter operation invalid

Suggested Remediation

Make sure adapter is reachable and running

AlertErrMeshClientCode-1045Error creating a mesh client Error pinging the mesh adaptersearch forum
Long Description

Unable to create a mesh client Unable to ping the mesh adapter

Probable Cause

Adapter could not be pinged

Suggested Remediation

Unable to connect to the Mesh adapter using the given config, please try again

AlertErrApplyChangeCode-1046Error applying the changesearch forum
Long Description

Probable Cause

Adapter operation invalid

Suggested Remediation

Make sure adapter is reachable and running

AlertErrRetrieveMeshDataCode-1047Error getting operations for the adapter. Error getting component name.search forum
Long Description

Probable Cause

Unable to retrieve the requested data.

Suggested Remediation

Make sure adapter is reachable and running.

AlertErrApplicationFailureCode-1048failed to the applicationsearch forum
Long Description

Probable Cause

uploaded application source content might be converted incorrect source type selected

Suggested Remediation

Select the correct source type Make sure the uploaded application source content is valid

AlertErrDecodingCode-1049Error decoding the :search forum
Long Description

Probable Cause

Object is not a valid json object

Suggested Remediation

Make sure if the object passed is a valid json

AlertErrRetrieveUserTokenCode-1050Failed to get the user tokensearch forum
Long Description

Probable Cause

User token could be expired

Suggested Remediation

Re-initiate login

AlertErrFailToSaveCode-1051Failed to Save:search forum
Long Description

Probable Cause

Provider Database could be down or not reachable

Suggested Remediation

Make sure provider is up and reachable

AlertErrFailToDeleteCode-1052Failed to Delete:search forum
Long Description

Probable Cause

Provider Database could be down or not reachable

Suggested Remediation

Make sure provider is up and reachable

AlertErrWriteResponseCode-1053Error writing responsesearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrTestConfigsCode-1054Error fetching test configssearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrInvalidGenValueCode-1055Invalid value for gensearch forum
Long Description

Probable Cause

Suggested Remediation

please provide a valid value for gen (load generator)

AlertErrFailToLoadExtensionsCode-1056Failed to Load Extensions from Package.search forum
Long Description

Probable Cause

Plugin is not available in the location. Plugin does not match with Meshery version.

Suggested Remediation

Make sure the plugin is compatible with Meshery server.

AlertErrConversionCode-1057unable to convert YAML to JSONsearch forum
Long Description

Probable Cause

Yaml provided is not valid

Suggested Remediation

Make sure the yaml is valid and has the right parameters

AlertErrParseDurationCode-1058error parsing test durationsearch forum
Long Description

Probable Cause

The format of the duration passed could be incorrect

Suggested Remediation

please refer to: https://docs.meshery.io/guides/mesheryctl#performance-management

AlertErrLoadTestCode-1059Load test error:search forum
Long Description

Probable Cause

Load test endpoint might be not reachable.

Suggested Remediation

Make sure load test endpoint is reachable by Meshery Server.

AlertErrFetchKubernetesCode-1060Unable to ping Kubernetes. Unable to run a discovery scan for Kubernetes cluster.search forum
Long Description

Probable Cause

Kubernetes might not be reachable from Meshery.

Suggested Remediation

Make sure Meshery has connectivity to Kubernetes.

AlertErrPanicRecoveryCode-1061Recovered from panic.search forum
Long Description

Probable Cause

Meshery crashed.

Suggested Remediation

Restart Meshery.

AlertErrBlankNameCode-1062Error: name field is blank.search forum
Long Description

Probable Cause

Load test name empty or not valid.

Suggested Remediation

Provide a name for the test.

AlertErrInvalidLTURLCode-1063invalid load test url:search forum
Long Description

Probable Cause

URL for load test could be invalid.

Suggested Remediation

Please refer to: https://docs.meshery.io/tasks/performance-management

AlertErrVersionCompareCode-1064failed to compare latest and current version of Meshery.search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrSaveSessionCode-1065unable to save session.search forum
Long Description

Probable Cause

User session could be expired.

Suggested Remediation

Re-initiate login.

AlertErrKubeClientCode-1066Failed to Create Kube Clientsearch forum
Long Description

Probable Cause

Check Kubernetes

Suggested Remediation

Check your kubeconfig if valid Ensure Meshery is able to reach the Kubernetes cluster

AlertErrWorkloadDefinitionCode-1067Failed to load Workload Definitionsearch forum
Long Description

Probable Cause

Workload Definition is invalid or unable to process

Suggested Remediation

Check Workload Definition

AlertErrTraitDefinitionCode-1068Failed to Encode Trait Definitionsearch forum
Long Description

Probable Cause

Trait Definition is invalid or unable to process

Suggested Remediation

Check Trait Definition

AlertErrScopeDefinitionCode-1069Failed to Encode Scope Definitionsearch forum
Long Description

Probable Cause

Trait Definition is invalid or unable to process

Suggested Remediation

Check Trait Definition

AlertErrPatternFileCode-1070Failed to Parse design Filesearch forum
Long Description

Probable Cause

Trait Definition is invalid or unable to process

Suggested Remediation

Check Trait Definition

AlertErrExecutionPlanCode-1071Failed to Create Execution Plansearch forum
Long Description

Probable Cause

Trait Definition is invalid or unable to process

Suggested Remediation

Check Trait Definition

AlertErrInvalidPatternCode-1072Invalid design, execution is infeasiblesearch forum
Long Description

Probable Cause

Trait Definition is invalid or unable to process

Suggested Remediation

Check Trait Definition

AlertErrPatternDeployCode-1073Unable to deploy the selected design \"%s\search forum
Long Description

Probable Cause

Connection Error: There was an error connecting to the selected target platform (i.e. Kubernetes cluster(s)). This connection might not be assigned to the selected environment.

Suggested Remediation

Verify that the Kubernetes connection status is 'Connected' or try uploading a new kubeconfig. Assign the current Kubernetes connection to the selected environment.

AlertErrCreateDirCode-1074Error creating directorysearch forum
Long Description

Probable Cause

Insufficient permission Insufficient storage

Suggested Remediation

check if sufficient permissions are available to create dir check if sufficient storage is available to create dir

AlertErrInvalidRequestObjectCode-1075Error invalid request object:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrChangeK8sContextCode-1076Error changing contextsearch forum
Long Description

Probable Cause

Context Name might be invalid or not present in the uploaded kubeconfig

Suggested Remediation

Check the context name, if the context name is correct and is present in the kubeconfig, then try uploading the kubeconfig again.

AlertErrSavingUserPreferenceCode-1077Error saving user preference.search forum
Long Description

Probable Cause

Invalid data passed Unable to connect with provider

Suggested Remediation

Pass valid values for preferences Make sure provider supports saving user preferences Make sure you're connected with provider Make sure extension provides these preferences

AlertErrGetFilterCode-1078Error failed to get filtersearch forum
Long Description

Probable Cause

Cannot get the filter with the given Filter ID

Suggested Remediation

Check if the given Filter ID is correct

AlertErrSaveFilterCode-1079Error failed to save filtersearch forum
Long Description

Probable Cause

Cannot save the Filter due to wrong path or URL Filter is corrupted.

Suggested Remediation

Check if the given path or URL of the filter is correct Try uplaoding a different filter

AlertErrDecodeFilterCode-1080Error failed to decode filters data into go slicesearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrEncodeFilterCode-1081Error failed to encode filtersearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrImportFilterCode-1082Error failed to import filtersearch forum
Long Description

Probable Cause

Cannot save the Filter due to wrong path or URL

Suggested Remediation

Check if the given path or URL of the Filter is correct

AlertErrFetchFilterCode-1083Error failed to fetch filter.search forum
Long Description

Probable Cause

Failed to retrieve the list of all the Filters

Suggested Remediation

AlertErrDeleteFilterCode-1084Error failed to delete filter.search forum
Long Description

Probable Cause

Failed to delete Filter with the given ID

Suggested Remediation

Check if the Filter ID is correct

AlertErrSavePatternCode-1085Error failed to save design.search forum
Long Description

Probable Cause

Cannot save the design due to an invalid path or URL

Suggested Remediation

Verify that you have an active user session. Try logging and in again. Confirm that you have sufficient permissions to save the design. Try reducing the size of the design file by removing the number of images, using alternative image formats or removing other non-critical components from the design. See https://docs.layer5.io/kanvas/advanced/performance/.

AlertErrSaveApplicationCode-1086Error failed to save application.search forum
Long Description

Probable Cause

Cannot save the Application due to wrong path or URL.

Suggested Remediation

Check if the given path or URL of the Application is correct.

AlertErrGetPatternCode-1087Error failed to get designsearch forum
Long Description

Probable Cause

Cannot get the design with the given design ID

Suggested Remediation

Check if the given design ID is correct

AlertErrDeletePatternCode-1088Error failed to delete designsearch forum
Long Description

Probable Cause

Failed to delete design with the given ID

Suggested Remediation

Check if the design ID is correct

AlertErrFetchPatternCode-1089Error failed to fetch designsearch forum
Long Description

Probable Cause

Failed to retrieve the list of all the designs

Suggested Remediation

AlertErrImportPatternCode-1090Error failed to import designsearch forum
Long Description

Probable Cause

Cannot save the design due to wrong path or URL

Suggested Remediation

Check if the provided path or URL of the design is correct. If you are providing a URL, it should be a direct URL to a downloadable file. For example, if the file is stored on GitHub, the URL should be 'https://raw.githubusercontent.com/path-to-file'.

AlertErrEncodePatternCode-1091Error failed to encode designsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrDecodePatternCode-1092Error failed to decode design data into go slicesearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrParsePatternCode-1093Error failed to parse pattern filesearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrConvertPatternCode-1094Error failed to convert design file to Cytoscape objectsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrInvalidKubeConfigCode-1095Invalid Kube Configsearch forum
Long Description

Probable Cause

Meshery handler failed to find a valid Kubernetes config for the deployment

Suggested Remediation

Try uploading a new kubeconfig and also ensure that Meshery can reach Kubernetes API server

AlertErrInvalidKubeHandlerCode-1096Kubernetes cluster is unavailable forsearch forum
Long Description

Probable Cause

There might be a network disruption or the Meshery server does not have valid credentials.

Suggested Remediation

Try uploading a new kubeconfig. Check the network connection and Kubernetes cluster status. Verify that the Meshery server has valid and updated credentials to access the Kubernetes cluster.

AlertErrInvalidKubeContextCode-1097Invalid Kube Contextsearch forum
Long Description

Probable Cause

Meshery handler failed to find a valid Kubernetes context for the deployment.

Suggested Remediation

Try uploading a new kubeconfig and also ensure that Meshery can reach Kubernetes API server.

AlertErrValidateCode-1098failed to validate the given value against the schemasearch forum
Long Description

Probable Cause

unable to validate the value against given schema either value or schema might not be a valid cue expression

Suggested Remediation

Make sure that the schema and value provided are valid cue values Make sure both schema and value are sent Make sure appropriate value types are sent

AlertErrApplicationContentCode-1099failed to the application contentsearch forum
Long Description

Probable Cause

Remote provider might be not reachable Remote provider doesn't support this capability

Suggested Remediation

Ensure you have required permissions or retry after sometime.

AlertErrRemoteApplicationURLCode-1100Error failed to persist remote applicationsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrClonePatternCode-1101Error failed to clone designsearch forum
Long Description

Probable Cause

Failed to clone design with the given ID

Suggested Remediation

Check if the design ID is correct and the design is published

AlertErrCloneFilterCode-1102Error failed to clone filtersearch forum
Long Description

Probable Cause

Failed to clone Filter with the given ID

Suggested Remediation

Check if the Filter ID is correct and the Filter is published

AlertErrGenerateComponentsCode-1103failed to generate components for the given payloadsearch forum
Long Description

Probable Cause

Suggested Remediation

Make sure the payload is valid

AlertErrPublishCatalogPatternCode-1104Error failed to publish catalog designsearch forum
Long Description

Probable Cause

Failed to publish catalog design

Suggested Remediation

Check if the design ID is correct and you are admin

AlertErrPublishCatalogFilterCode-1105Error failed to publish catalog filtersearch forum
Long Description

Probable Cause

Failed to publish catalog filter

Suggested Remediation

Check if the filter ID is correct and you are admin

AlertErrGetMeshModelsCode-1106could not get meshmodel entititiessearch forum
Long Description

Probable Cause

Meshmodel entity could not be converted into valid json data in the registry was inconsistent

Suggested Remediation

make sure correct and consistent data is present inside the registry drop the Meshmodel tables and restart Meshery server

AlertErrGetUserDetailsCode-1107could not get user detailssearch forum
Long Description

Probable Cause

User details could not be fetched from provider Your provider may not be reachable No user exists for the provided token

Suggested Remediation

Make sure provider is reachable Make sure you are logged in Make sure you are using a valid token

AlertErrResolvingRelationshipCode-1108could not resolve rego relationshipsearch forum
Long Description

Probable Cause

The rego evaluation engine failed to resolve policies Design-File/Application-File is in incorrect format The policy query is invalid The evaluation engine response is unexpected for the code written

Suggested Remediation

Make sure the design-file/application-file is a valid yaml Make sure you're proving correct rego query Make sure the server is evaluating the query correctly, add some logs

AlertErrGetLatestVersionCode-1109failed to get latest version of Meshery.search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrCreateFileCode-1110Could not create filesearch forum
Long Description

Probable Cause

Insufficient permission Insufficient storage

Suggested Remediation

check if sufficient permissions are available to create file check if sufficient storage is available to create file

AlertErrLoadCertificateCode-1111Could not load certificates associated with performance profilesearch forum
Long Description

Probable Cause

Remote provider might be not reachable

Suggested Remediation

try running performance profile test without using certificates, update the profile without certificates

AlertErrCleanupCertificateCode-1112Could not delete certificates fromsearch forum
Long Description

Probable Cause

might be due to insufficient permissions file was deleted manually

Suggested Remediation

please delete the file if present, path:

AlertErrDownlaodWASMFileCode-1113failed to the WASM filesearch forum
Long Description

Probable Cause

Ensure that DB is not corrupted Ensure Remote Provider is working properly Ensure Meshery Server is working properly and connected to remote provider

Suggested Remediation

Try restarting Meshery server

AlertErrFetchProfileCode-1114Error failed to fetch profilesearch forum
Long Description

Probable Cause

Invalid profile ID

Suggested Remediation

Check if the profile ID is correct

AlertErrPerformanceTestCode-1115Load test errorsearch forum
Long Description

Probable Cause

Load test endpoint could be not reachable

Suggested Remediation

Make sure load test endpoint is reachable

AlertErrFetchApplicationCode-1116Error failed to fetch applicationssearch forum
Long Description

Probable Cause

Remote provider might be not reachable. Token might have expired.

Suggested Remediation

Refresh your browser

AlertErrDeleteApplicationCode-1117Error failed to delete applicationsearch forum
Long Description

Probable Cause

Application might already have been deleted You might not have enough permissions to perform the operation.

Suggested Remediation

Check the owner of the application.

AlertErrGetEventsCode-1118Could not retrieve eventssearch forum
Long Description

Probable Cause

Request contains unknown query variables. Database is not reachable or corrupt.

Suggested Remediation

Check the request URL and try again.

AlertErrUpdateEventCode-1119search forum
Long Description

Probable Cause

Provided event status not supported Event has been deleted or does not exist Database is corrupt.

Suggested Remediation

Verify event filter settings Reset database.

AlertErrDeleteEventCode-1120search forum
Long Description

Probable Cause

Event might have been deleted and doesn't exist Database is corrupt.

Suggested Remediation

Verify event filter settings Reset database.

AlertErrUnsupportedEventStatusCode-1121search forum
Long Description

Probable Cause

Unsupported event status for your current version of Meshery Server.

Suggested Remediation

Confirm that the status you are using is valid and a supported event status. Refer to Meshery Docs for a list of event statuses. Check for availability of a new version of Meshery Server. Try upgrading to the latest version.

AlertErrBulkUpdateEventCode-1122Could not update status for one or more events.search forum
Long Description

Probable Cause

Event has been deleted or does not exist. The requested event status is invalid. Meshery Database is corrupt.

Suggested Remediation

Verify that the event still exists. Verify that the requested event status is supported. Visit Settings and reset the Meshery database.

AlertErrBulkDeleteEventCode-1123Could not delete one or more events.search forum
Long Description

Probable Cause

Event has been deleted or does not exist. Meshery Database is corrupt.

Suggested Remediation

Confirm that the status you are using is valid and a supported event status. Refer to Meshery Docs for a list of event statuses. Check for availability of a new version of Meshery Server. Try upgrading to the latest version. Visit Settings and reset the Meshery database.

AlertErrFetchMeshSyncResourcesCode-1124Error fetching MeshSync resources DB might be corruptedsearch forum
Long Description

Probable Cause

MeshSync might not be reachable from Meshery

Suggested Remediation

Make sure Meshery has connectivity to MeshSync Try restarting Meshery server

AlertErrDesignSourceContentCode-1125failed to the design contentsearch forum
Long Description

Probable Cause

Remote provider might be not reachable. Remote provider doesn't support this capability.

Suggested Remediation

Ensure you have required permissions or retry after sometime.

AlertErrGetConnectionsCode-1126Failed to retrieve connectionssearch forum
Long Description

Probable Cause

Unable to retrieve the connections

Suggested Remediation

Check if the cluster is connected and healthy, you can check it from k8s switcher in header

AlertErrWritingIntoFileCode-1127search forum
Long Description

Probable Cause

Insufficient permissions to write into file file might be corrupted

Suggested Remediation

check if sufficient permissions are givent to the file check if the file is corrupted

AlertErrBuildOCIImgCode-1128Failed to build OCI imagesearch forum
Long Description

Probable Cause

unable to read source directory source directory is corrupted

Suggested Remediation

check if the source directory is valid and has sufficient permissions check if the source directory is not corrupted

AlertErrSaveOCIArtifactCode-1129Failed to persist OCI artifactsearch forum
Long Description

Probable Cause

unable to read source directory source directory is corrupted unable to persist in requested location OCI img may be corrupted

Suggested Remediation

check if the source directory is valid and has sufficient permissions check if the source directory is not corrupted check if sufficient permissions are available to write in requested location check if the OCI img is not corrupted

AlertErrIOReaderCode-1130Failed to read from io.Readersearch forum
Long Description

Probable Cause

unable to read from io.Reader

Suggested Remediation

check if the io.Reader is valid

AlertErrUnCompressOCIArtifactCode-1131Failed to uncompress OCI artifactsearch forum
Long Description

Probable Cause

unable to uncompress OCI artifact OCI artifact may be corrupted

Suggested Remediation

check if the OCI artifact is valid and not corrupted

AlertErrWaklingLocalDirectoryCode-1132Failed to walk local directorysearch forum
Long Description

Probable Cause

unable to walk local directory local directory may be corrupted

Suggested Remediation

check if the local directory is valid and not corrupted

AlertErrConvertingK8sManifestToDesignCode-1133Failed to convert k8s manifest to designsearch forum
Long Description

Probable Cause

unable to convert k8s manifest to design k8s manifest may be corrupted incorrect source type selected

Suggested Remediation

check if the k8s manifest is valid and not corrupted check if the source type selected is Kubernetes Manifest

AlertErrConvertingDockerComposeToDesignCode-1134Failed to convert docker compose to designsearch forum
Long Description

Probable Cause

unable to convert docker compose to design docker compose may be corrupted incorrect source type selected

Suggested Remediation

check if the docker compose is valid and not corrupted check if the source type selected is Docker Compose

AlertErrMarshallingDesignIntoYAMLCode-1135Failed to marshal design into YAMLsearch forum
Long Description

Probable Cause

unable to marshal design into YAML design may be corrupted

Suggested Remediation

check if the design is valid and not corrupted

AlertErrConvertingHelmChartToDesignCode-1136Failed to convert helm chart to designsearch forum
Long Description

Probable Cause

unable to convert helm chart to design helm chart may be corrupted incorrect source type selected

Suggested Remediation

check if the helm chart is valid and not corrupted check if the source type selected is Helm Chart

AlertErrInvalidUUIDCode-1137invalid or empty uuidsearch forum
Long Description

Probable Cause

provided id is not a valid uuid

Suggested Remediation

provide a valid uuid

AlertErrErrNewDynamicClientGeneratorCode-1138Unable to generate the dynamic client generatorsearch forum
Long Description

Probable Cause

Kubernetes config is not accessible to meshery or not valid

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

AlertErrInvalidK8SConfigCode-1139No valid kubernetes config foundsearch forum
Long Description

Probable Cause

Kubernetes config is not accessible to meshery or not valid

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

AlertErrClientConfigCode-1140Unable to create client configsearch forum
Long Description

Probable Cause

Kubernetes config is not accessible to meshery or not valid

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

AlertErrFetchKubernetesNodesCode-1141Unable to fetch kubernetes nodessearch forum
Long Description

Probable Cause

Kubernetes API server might not be reachable from the Meshery server

Suggested Remediation

Make sure kubernetes API server is reachable from meshery server

AlertErrFetchNodesCode-1142Unable to get the list of nodessearch forum
Long Description

Probable Cause

Kubernetes API server might not be reachable from the Meshery server

Suggested Remediation

Make sure kubernetes API server is reachable from meshery server

AlertErrFetchKubernetesVersionCode-1143Unable to fetch kubernetes versionsearch forum
Long Description

Probable Cause

Kubernetes API server might not be reachable from the Meshery server

Suggested Remediation

Make sure kubernetes API server is reachable from meshery server

AlertErrScanKubernetesCode-1144Unable to scan kubernetessearch forum
Long Description

Probable Cause

Kubernetes API server might not be reachable from the Meshery server

Suggested Remediation

Make sure kubernetes API server is reachable from meshery server

AlertErrRetrievePodListCode-1145Unable to retrieve pod listsearch forum
Long Description

Probable Cause

Kubernetes API server might not be reachable from the Meshery server Requested resource might not be available

Suggested Remediation

Make sure kubernetes API server is reachable from meshery server Make sure you are requesting for a valid resource

AlertErrDetectServiceForDeploymentImageCode-1146Unable to detect service for deployment imagesearch forum
Long Description

Probable Cause

Kubernetes API server might not be reachable from the Meshery server Requested resource might not be available

Suggested Remediation

Make sure kubernetes API server is reachable from meshery server Make sure you are requesting for a valid resource

AlertErrRetrieveNamespacesListCode-1147Unable to get the list of namespacessearch forum
Long Description

Probable Cause

Kubernetes API server might not be reachable from the Meshery server Requested resource might not be available

Suggested Remediation

Make sure kubernetes API server is reachable from meshery server Make sure you are requesting for a valid resource

AlertErrGetNamespaceDeploymentsCode-1148Unable to get deployments in the namespacesearch forum
Long Description

Probable Cause

Kubernetes API server might not be reachable from the Meshery server Requested resource might not be available

Suggested Remediation

Make sure kubernetes API server is reachable from meshery server Make sure you are requesting for a valid resource

AlertErrDetectServiceWithNameCode-1149Unable to get services from the cluster with the name given in names parametersearch forum
Long Description

Probable Cause

Kubernetes API server might not be reachable from the Meshery server Requested resource might not reachable from Meshery server

Suggested Remediation

Make sure kubernetes API server is reachable from meshery server Make sure the network connectivity is up between meshery server and the service endpoint

AlertErrGeneratingLoadTestCode-1150Unable to generate load testsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrRunningTestCode-1151Unable to run testsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrConvertingResultToMapCode-1152Unable to convert from the result to mapsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrGrpcSupportCode-1153does not support gRPC load testingsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrStartingNighthawkServerCode-1154Unable to start the nighthawk serversearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrTransformingDataCode-1155Error while transforming datasearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrRunningNighthawkServerCode-1156Error while running nighthawk serversearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrAddAndValidateExtraHeaderCode-1157Unable to add and validate extra headersearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrInClusterConfigCode-1158Unable to load in-cluster kubeconfigsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrNewKubeClientGeneratorCode-1159Unable to generate new kube dynamic clientsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrRestConfigFromKubeConfigCode-1160Unable to create rest config from kube congifsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrNewKubeClientCode-1161Unable to create new kube clientsearch forum
Long Description

Probable Cause

Suggested Remediation

CriticalErrAdapterInsufficientInformationCode-1162Unable to process adapter request, incomplete requestsearch forum
Long Description

Probable Cause

Suggested Remediation

CriticalErrDeployingAdapterInK8sEnvCode-1163Unable to deploy adapter in k8s envsearch forum
Long Description

Probable Cause

Possible issues with Kubernetes cluster configuration or network connectivity.

Suggested Remediation

Check the Kubernetes cluster's configuration, ensure necessary resources are available, and verify network connectivity.

CriticalErrUnDeployingAdapterInK8sEnvCode-1164Unable to undeploy adapter in k8s envsearch forum
Long Description

Probable Cause

Possible issues with Kubernetes cluster configuration or network connectivity.

Suggested Remediation

Check the Kubernetes cluster's configuration, ensure necessary resources are available, and verify network connectivity.

CriticalErrDeployingAdapterInDockerEnvCode-1165Unable to deploy adapter in k8s envsearch forum
Long Description

Probable Cause

Possible issues with Docker configuration, container networking, or resource availability.

Suggested Remediation

Check Docker configuration settings, ensure containers have proper networking access, and verify available resources.

CriticalErrUnDeployingAdapterInDockerEnvCode-1166Unable to undeploy Meshery Adapter in Kubernetes environmentsearch forum
Long Description

Probable Cause

Possible issues with Docker configuration, container networking, or resource availability.

Suggested Remediation

Check Docker configuration settings, ensure containers have proper networking access, and verify available resources.

CriticalErrDeployingAdapterCode-1167Unable to deploy Meshery Adapter in the current environmentsearch forum
Long Description

Probable Cause

Your platform is not supported for deploying Meshery Adapters

Suggested Remediation

Consider using a supported platform for deploying Meshery Adapters

CriticalErrUnDeployingAdapterCode-1168Unable to undeploy Meshery Adapter in the current environmentsearch forum
Long Description

Probable Cause

Current platform is not supported for undeploying Meshery Adapters

Suggested Remediation

Consider using a supported platform for undeploying Meshery Adapters

AlertErrClientSetCode-1169Unable to create client setsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrNilClientCode-1170Kubernetes client not initializedsearch forum
Long Description

Kubernetes config is not initialized with Meshery

Probable Cause

Kubernetes config is not accessible to Meshery or not valid

Suggested Remediation

Upload your Kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

AlertErrCreateDataCode-1171Error while writing meshsync datasearch forum
Long Description

Unable to write MeshSync data to the Meshery Database

Probable Cause

Meshery Database is crashed or not reachable

Suggested Remediation

Restart Meshery Server Please check if Meshery server is accessible to the Database

AlertErrQueryCode-1172Error while querying datasearch forum
Long Description

Invalid Query performed in Meshery Database

Probable Cause

Suggested Remediation

AlertErrMeshsyncSubscriptionCode-1173MeshSync Subscription failedsearch forum
Long Description

GraphQL subscription for MeshSync stopped

Probable Cause

Could be a network issue

Suggested Remediation

Check if meshery server is reachable from the browser

AlertErrMesheryClientCode-1174Meshery kubernetes client not initializedsearch forum
Long Description

Kubernetes config is not initialized with Meshery 1

Probable Cause

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

AlertErrSubscribeChannelCode-1175Unable to subscribe to channelsearch forum
Long Description

Unable to create a broker subscription

Probable Cause

Could be a network issue Meshery Broker could have crashed

Suggested Remediation

Check if Meshery Broker is reachable from Meshery Server Check if Meshery Broker is up and running inside the configured cluster

AlertErrPublishBrokerCode-1176Unable to publish to brokersearch forum
Long Description

Unable to create a broker publisher

Probable Cause

Could be a network issue Meshery Broker could have crashed

Suggested Remediation

Check if Meshery Broker is reachable from Meshery Server Check if Meshery Broker is up and running inside the configured cluster

AlertErrEmptyHandlerCode-1177Database handler not initializedsearch forum
Long Description

Meshery Database handler is not accessible to perform operations

Probable Cause

Meshery Database is crashed or not reachable

Suggested Remediation

Restart Meshery Server Please check if Meshery server is accessible to the Database

AlertErrApplyHelmChartCode-1178Error occurred while applying Helm Chartsearch forum
Long Description

Probable Cause

Kubernetes cluster might not be connected Leftover resources from partial install

Suggested Remediation

Try reinstalling Try reconnecting your kubernetes cluster Clean up artifacts from preinstalled helm release manually

NoneErrMesheryControllersStatusSubscriptionCode-1179Could not create meshery controllers status subscriptionsearch forum
Long Description

Meshery controller handlers may not be available

Probable Cause

Suggested Remediation

Make sure the controllers are deployed and their handlers are configured

NoneErrMeshSyncEventsSubscriptionCode-1180Could not create MeshSync events subscriptionsearch forum
Long Description

Meshery controller handlers may not be available

Probable Cause

Suggested Remediation

Make sure the controllers are deployed and their handlers are configured

AlertErrMesheryClientNilCode-1181Meshery kubernetes client not initializedsearch forum
Long Description

Kubernetes config is not initialized with Meshery 2

Probable Cause

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

AlertErrUpdateDataCode-1182Error while updating meshsync datasearch forum
Long Description

Unable to update MeshSync data to the Meshery Database

Probable Cause

Meshery Database is crashed or not reachable

Suggested Remediation

Restart Meshery Server Please check if Meshery server is accessible to the Database

AlertErrDeleteDataCode-1183Error while deleting meshsync datasearch forum
Long Description

Unable to read MeshSync data to the Meshery Database

Probable Cause

Meshery Database is crashed or not reachable

Suggested Remediation

Restart Meshery Server Please check if Meshery server is accessible to the Database

AlertErrResolverInvalidRequestCode-1184Invalid query, please check syntaxsearch forum
Long Description

The Graphql query requested is invalid

Probable Cause

Suggested Remediation

Check the query parameters and syntax of the query being run

AlertErrResolverNilClientCode-1185Kubernetes client not initializedsearch forum
Long Description

Kubernetes config is not initialized with Meshery

Probable Cause

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

AlertErrResolverMeshsyncSubscriptionCode-1186MeshSync Subscription failedsearch forum
Long Description

GraphQL subscription for MeshSync stopped

Probable Cause

Could be a network issue

Suggested Remediation

Check if meshery server is reachable from the browser

AlertErrResolverOperatorSubscriptionCode-1187Operator Subscription failedsearch forum
Long Description

GraphQL subscription for Operator stopped

Probable Cause

Could be a network issue

Suggested Remediation

Check if meshery server is reachable from the browser

AlertErrAddonSubscriptionCode-1188Addons Subscription failedsearch forum
Long Description

GraphQL subscription for Addons stopped

Probable Cause

Could be a network issue

Suggested Remediation

Check if meshery server is reachable from the browser

AlertErrResolverControlPlaneSubscriptionCode-1189Control Plane Subscription failedsearch forum
Long Description

GraphQL subscription for Control Plane stopped

Probable Cause

Could be a network issue

Suggested Remediation

Confirm that Meshery Server is reachable from your browser.

AlertErrMesheryClientCode-1190Meshery kubernetes client not initializedsearch forum
Long Description

Kubernetes config is not initialized with Meshery 1

Probable Cause

Suggested Remediation

Upload your kubernetes config via the settings dashboard. If uploaded, wait for a minute for it to get initialized

AlertErrResolverPublishBrokerCode-1191Unable to publish to brokersearch forum
Long Description

Unable to create a broker publisher

Probable Cause

Could be a network issue Meshery Broker could have crashed

Suggested Remediation

Check if Meshery Broker is reachable from Meshery Server Check if Meshery Broker is up and running inside the configured cluster

AlertErrNoMeshSyncCode-1192MeshSync disabledsearch forum
Long Description

MeshSync custom controller is not running in your kubernetes cluster

Probable Cause

Meshery Operator is not running in your cluster or is crashing

Suggested Remediation

Enable Meshery Operator from the settings page in the UI Check for logs in the meshery-operator pods from inside the application for more information

AlertErrDataPlaneSubscriptionCode-1193Data Plane Subscription failedsearch forum
Long Description

GraphQL subscription for Data Plane stopped

Probable Cause

Could be a network issue

Suggested Remediation

Check if meshery server is reachable from the browser

AlertErrBrokerNotConnectedCode-1194Broker not connectedsearch forum
Long Description

Meshery Broker is not connected to Meshery Server

Probable Cause

Meshery Broker is crashed or not reachable

Suggested Remediation

Restart Meshery Server Please check if Meshery server has access to the Broker

AlertErrGettingNamespaceCode-1195Cannot get available namespacessearch forum
Long Description

Probable Cause

The table in the database might not exist

Suggested Remediation

AlertErrFetchingPatternsCode-1196Cannot fetch designssearch forum
Long Description

Probable Cause

There might be something wrong with the Meshery or Meshery Cloud

Suggested Remediation

Try again, if still exist, please post an issue on Meshery repository

AlertErrInvalidOAMTypeCode-1197invalid oam type is requestedsearch forum
Long Description

invalid oam type requested, supported types are workload, scope, trait

Probable Cause

Suggested Remediation

AlertErrKubectlDescribeCode-1198failed to find the resource invalid resource type resource doens't existssearch forum
Long Description

invalid kubernetes resource type or couldn't find the specified resource

Probable Cause

Suggested Remediation

AlertErrEmptyCurrentK8sContextCode-1199Current kubernetes context is emptysearch forum
Long Description

Meshery is not able to get the current kubernetes context

Probable Cause

Meshery is crashed or not reachable

Suggested Remediation

Restart Meshery Server Please check if Meshery server is accessible to the Database

AlertErrConfigurationPatternsCode-1200Configuration Subscription failedsearch forum
Long Description

GraphQL subscription for designs stopped

Probable Cause

Could be a network issue

Suggested Remediation

Confirm that Meshery Server is reachable from your browser.

AlertErrConfigurationApplicationsCode-1201Configuration Subscription failedsearch forum
Long Description

GraphQL subscription for Applications stopped

Probable Cause

Could be a network issue

Suggested Remediation

Confirm that Meshery Server is reachable from your browser.

AlertErrConfigurationFiltersCode-1202Configuration Subscription failedsearch forum
Long Description

GraphQL subscription for Filters stopped

Probable Cause

Could be a network issue

Suggested Remediation

Confirm that Meshery Server is reachable from your browser.

AlertErrK8sContextCode-1203Failed to get k8s context from remote providersearch forum
Long Description

There might be something wrong with the Meshery or Meshery Cloud

Probable Cause

Could be a network issue

Suggested Remediation

AlertErrClusterResourcesSubscriptionCode-1204ClusterResources Subscription failedsearch forum
Long Description

GraphQL subscription for ClusterResources Subscription stopped

Probable Cause

Could be a network issue

Suggested Remediation

Confirm that Meshery Server is reachable from your browser.

AlertErrGettingClusterResourcesCode-1205Unable to retrieve cluster resourcessearch forum
Long Description

Probable Cause

Table in the database might not exists

Suggested Remediation

AlertErrMeshModelSummarySubscriptionCode-1206MeshModelSummary Subscription failedsearch forum
Long Description

GraphQL subscription for MeshModelSummary Subscription stopped

Probable Cause

Could be a network issue

Suggested Remediation

Confirm that Meshery Server is reachable from your browser.

AlertErrGettingMeshModelSummaryCode-1207Unable to retrieve MeshModel Summarysearch forum
Long Description

Probable Cause

Table in the database might not exists

Suggested Remediation

AlertErrGettingRegistryManagerCode-1208Unable to retrieve Registry Managersearch forum
Long Description

Probable Cause

Registry Manager might not exists

Suggested Remediation

AlertErrGettingTelemetryComponentsCode-1209unable to retrieve telemetry componentssearch forum
Long Description

Probable Cause

table in the database might be corrupted

Suggested Remediation

try resetting database from settings

CriticalErrAdapterInsufficientInformationCode-1210Unable to process adapter request, incomplete requestsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrPerformanceProfilesSubscriptionCode-1211PerformanceProfiles Subscription failedsearch forum
Long Description

GraphQL subscription for PerformanceProfiles stopped

Probable Cause

Could be a network issue

Suggested Remediation

Confirm that Meshery Server is reachable from your browser.

AlertErrPerformanceResultSubscriptionCode-1212PerformanceResult Subscription failedsearch forum
Long Description

GraphQL subscription for PerformanceResult stopped

Probable Cause

Could be a network issue

Suggested Remediation

Confirm that Meshery Server is reachable from your browser.

AlertErrGormDatabaseCode-1213Database operation failedsearch forum
Long Description

Database operation failed. Please ensure that the database isn't corrupted

Probable Cause

Could be a db issue

Suggested Remediation

Confirm that database connection is working as expected.

AlertErrInvalidTransitionCode-1214search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrInvalidTransitionEventCode-1215search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrInititalizeK8sMachineCode-1216Provided connection id is invalidsearch forum
Long Description

Probable Cause

Provided ID is not a valid uuid.

Suggested Remediation

Hard delete and reinitialise the connection process.

AlertErrAssetMachineCtxCode-1217type assertion of context to *kubernetes.MachineCtx failedsearch forum
Long Description

Probable Cause

The machine context has become invalid.

Suggested Remediation

Retry the opereation or try archiving and reinitializing the connection

AlertErrInvalidTypeCode-1218Provided connection id is invalidsearch forum
Long Description

Probable Cause

Provided ID is not a valid uuid.

Suggested Remediation

Hard delete and reinitialise the connection process.

AlertErrAutoRegisterCode-1219search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrGrafanaClientCode-1220Unable to initialize Grafana Clientsearch forum
Long Description

Unable to initializes client for interacting with an instance of Grafana server

Probable Cause

Invalid Grafana Endpoint or API-Key

Suggested Remediation

Update your Grafana URL and API-Key from the settings page in the UI

AlertErrPageSizeCode-1221Unable to prase the Page Sizesearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrPageNumberCode-1222Unable to prase the Page Numersearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrResultIDCode-1223Given resultID is not validsearch forum
Long Description

Given resultID is nil

Probable Cause

Suggested Remediation

AlertErrPerfIDCode-1224Invalid peformance profile IDsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrMarshalCode-1225Unable to marshal the :search forum
Long Description

Probable Cause

Object is not a valid json object

Suggested Remediation

Make sure if the object passed has json tags

AlertErrUnmarshalCode-1226Unable to unmarshal the :search forum
Long Description

Probable Cause

Object is not a valid json object

Suggested Remediation

Make sure if the object passed is a valid json

AlertErrGenerateUUIDCode-1227Unable to generate a new UUIDsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrLocalProviderSupportCode-1228Method not supported by local providersearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrGrafanaOrgCode-1229Failed to get Org data from Grafanasearch forum
Long Description

Probable Cause

Invalid URL Invalid API-Key

Suggested Remediation

AlertErrGrafanaBoardsCode-1230Unable to get Grafana Boardssearch forum
Long Description

Probable Cause

Grafana endpoint might not be reachable from Meshery Grafana endpoint is incorrect

Suggested Remediation

Check if your Grafana endpoint is correct Connect to Grafana from the settings page in the UI

AlertErrGrafanaDashboardCode-1231Error getting grafana dashboard from UIDsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrGrafanaDataSourceCode-1232Error getting Grafana Board's Datasourcesearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrNilQueryCode-1233Query data passed is nilsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrGrafanaDataCode-1234Error getting data from Grafana APIsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrApplicationFileNameCode-1235Invalid Applicationfilesearch forum
Long Description

Name field is either not present or is not valid

Probable Cause

Suggested Remediation

AlertErrFilterFileNameCode-1236Invalid Filterfilesearch forum
Long Description

Name field is either not present or is not valid

Probable Cause

Suggested Remediation

AlertErrPatternFileNameCode-1237Invalid Patternfilesearch forum
Long Description

Name field is either not present or is not valid

Probable Cause

Suggested Remediation

AlertErrMakeDirCode-1238Unable to create directory/foldersearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrFolderStatCode-1239Unable to find (os.stat) the foldersearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrUserIDCode-1240User ID is emptysearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrDBConnectionCode-1241Connection to database does not existsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrNilConfigDataCode-1242Given config data is nilsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrDBOpenCode-1243Unable to open the databasesearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrDBRLockCode-1244Unable to obtain read lock from bitcask storesearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrDBLockCode-1245Unable to obtain write lock from bitcask storesearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrDBReadCode-1246Unable to read data from bitcast storesearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrDBDeleteCode-1247Unable to delete config data for the usersearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrCopyCode-1248Error occurred while copyingsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrDBPutCode-1249Unable to Persist config data.search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrPrometheusGetNodesCode-1250Prometheus Client unable to get all nodessearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrPrometheusLabelSeriesCode-1251Unable to get the label set seriessearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrPrometheusQueryRangeCode-1252Unable to fetch data for the querysearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrPrometheusStaticBoardCode-1253Unbale to get Static Boardssearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrTokenRefreshCode-1254Error occurred while Refresing the tokensearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrGetTokenCode-1255Error occurred while getting token from the Browser Cookiesearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrDataReadCode-1256Error occurred while reading from the Readersearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrTokenDecodeCode-1257Error occurred while Decoding Token Datasearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrNilJWKsCode-1258Invalid JWkssearch forum
Long Description

Value of JWKs is nil

Probable Cause

Suggested Remediation

AlertErrNilKeysCode-1259Key not foundsearch forum
Long Description

JWK not found for the given KeyID

Probable Cause

Suggested Remediation

AlertErrTokenExpiredCode-1260Token has expiredsearch forum
Long Description

Token is invalid, it has expired

Probable Cause

Suggested Remediation

AlertErrTokenClaimsCode-1261Error occurred while parsing JWT claimssearch forum
Long Description

JWTs are encoded and signed, ensuring the integrity and authenticity of the claims they contain.

Probable Cause

Suggested Remediation

AlertErrTokenClientCheckCode-1262Error occurred while performing token check HTTP requestsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrTokenPraseCode-1263Error occurred while Prasing and validating the tokensearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrJWKsKeysCode-1264Unable to fetch JWKs keys from the remote providersearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrDecodeBase64Code-1265Error occurred while decoding base65 stringsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrMarshalPKIXCode-1266Error occurred while marshaling PKIXsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrEncodingPEMCode-1267Error occurred while encoding jwk to pemsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrPraseUnverifiedCode-1268Error occurred while prasing tokens (unverified)search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrEncodingCode-1269Error encoding the :search forum
Long Description

Probable Cause

Object is not a valid json object

Suggested Remediation

Make sure if the object passed is a valid json

AlertErrFetchCode-1270Unable to fetch data from the Providersearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrPostCode-1271Unable to post data to the Providersearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrDeleteCode-1272Unable to de-register Meshery Server from Remote Providersearch forum
Long Description

Probable Cause

Network connectivity to Remote Provider may not be available. Session might have expired; token could be invalid.

Suggested Remediation

Verify that the Remote Provider is available. Ensure that you have an active session / valid token.

AlertErrInvalidCapabilityCode-1273Capablity is not supported by your Providersearch forum
Long Description

You dont have access to the capability

Probable Cause

Not logged in to the vaild remote Provider

Suggested Remediation

Connect to the vaild remote Provider Ask the Provider Adim for access

AlertErrResultDataCode-1274given result data is nilsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrUnableToPersistsResultCode-1275unable to persists the result datasearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrValidURLCode-1276Enter valid URLssearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrTestEndpointCode-1277Minimum one test endpoint needs to be specifiedsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrLoadgeneratorCode-1278specify valid load generatorsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrProtocolCode-1279specify the Protocol for all clientssearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrTestClientCode-1280minimum one test client needs to be specifiedsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrParsingTestCode-1281error parsing test duration, please refer to: https://docs.meshery.io/guides/mesheryctl#performance-managementsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrFieldCode-1282Error: name field is blanksearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrFetchDataCode-1283unable to fetch result datasearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrIndexOutOfRangeCode-1284Error: index out of rangesearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrSessionCopyCode-1285Error: session copy errorsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrSavingSeededComponentsCode-1286Error while saving samplesearch forum
Long Description

Probable Cause

User doesn't have permission to save content.\nDatabase unreachable.\nDatabase locked or corrupt.\nContent unsupported.

Suggested Remediation

Retry fetching content\nRetry sigining in\nLogin with correct user account\nRetry after deleting '~/.meshery/config'.

AlertErrGettingSeededComponentsCode-1287Error while getting from sample contentsearch forum
Long Description

Probable Cause

Sample content does not exist.\nContent file format not supported.\nUser doesn't have permission to read sample content.\nContent file corrupt.

Suggested Remediation

Try restarting Meshery.\nTry fetching content again.

AlertErrDownloadingSeededComponentsCode-1288search forum
Long Description

Probable Cause

The content is not present at the specified url endpoint HTTP requests failed

Suggested Remediation

Make sure the content is available at the endpoints Make sure that Github is reachable and the http requests are not failing

AlertErrContextIDCode-1289Error: Context ID is emptysearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrMesheryInstanceIDCode-1290Error: Meshery Instance ID is empty or is invalidsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrMesheryNotInClusterCode-1291Error: Meshery is not running inside a clustersearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrBrokerNotFoundCode-1292Meshery broker not foundsearch forum
Long Description

Unable to find meshery broker in the cluster

Probable Cause

Invalid Grafana Endpoint or API-Key

Suggested Remediation

Update your Grafana URL and API-Key from the settings page in the UI

AlertErrCreateOperatorDeploymentConfigCode-1293Operator deployment configuration could not be created.search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrRequestMeshsyncStoreCode-1294Meshsync store request could not be issuedsearch forum
Long Description

Probable Cause

Suggested Remediation

Make sure meshery broker is healthy

AlertErrBrokerSubscriptionCode-1295Could not subscribe to the broker subjectsearch forum
Long Description

Probable Cause

Suggested Remediation

Make sure meshery broker is healthy

AlertErrContextAlreadyPersistedCode-1296kubernetes context already persisted with providersearch forum
Long Description

kubernetes context already persisted with provider

Probable Cause

Suggested Remediation

AlertErrGetPackageCode-1297Could not get the packagesearch forum
Long Description

Probable Cause

Suggested Remediation

Make sure the configurations are correct

AlertErrTokenRevokeCode-1298Error occurred while revoking the tokensearch forum
Long Description

Probable Cause

Unable to revoke token. Token appears to be a malformed base64 token.

Suggested Remediation

Try logging out (again) in order to fully close your session (and revoke the session token).

AlertErrTokenIntrospectCode-1299token introspection failedsearch forum
Long Description

Probable Cause

Invalid session token. Token has revoked.

Suggested Remediation

Login again to establish a new session with valid token.

AlertErrShareDesignCode-1300cannot make design publicsearch forum
Long Description

Probable Cause

email address provided might not be valid insufficient permission

Suggested Remediation

Ensure that you are the owner of the design you are sharing Try again later Try using an alternate email address

AlertErrUnreachableRemoteProviderCode-1301Could not reach remote providersearch forum
Long Description

Probable Cause

Remote provider server may be down or not accepting requests.

Suggested Remediation

Make sure remote provider server is healthy and accepting requests.

AlertErrShareFilterCode-1302Cannot make filter publicsearch forum
Long Description

Probable Cause

Email address provided might not be valid Verify that you have sufficient permission to share the filter. You should be the owner of the filter

Suggested Remediation

Verify the spelling of the email address. Try using an alternate email address. Ensure that you are the owner of the filter you are sharing or have sharing permission assigned.

AlertErrPersistEventCode-1303Could not persist eventsearch forum
Long Description

Probable Cause

Database could be down or not reachable Meshery Database handler is not accessible to perform operations

Suggested Remediation

Restart Meshery Server or Perform Hard Reset

AlertErrUnreachableKubeAPICode-1304search forum
Long Description

Probable Cause

The Kubernetes API server is not reachable. Credentials are invalid.

Suggested Remediation

Verify network connectivity and Kubernetes API responsiveness between Meshery Server and your cluster. Ensure client credential is not expired and is properly formed. Remove the cluster credential and enable 'insecure-skip-tls-verify'.

AlertErrFlushMeshSyncDataCode-1305Unable to flush MeshSync data for context %s at %ssearch forum
Long Description

Probable Cause

Meshery Database handler is not accessible to perform operations

Suggested Remediation

Restart Meshery Server or Perform Hard Reset

AlertErrUpdateConnectionStatusCode-1306Unable to update connection statussearch forum
Long Description

Probable Cause

Connection was already deleted User might not have necessary privileges

Suggested Remediation

Try refresing, you might be seeing stale data on the dashboard Check if the user has necessary privileges

AlertErrResultNotFoundCode-1307search forum
Long Description

The record in the database does not exist.

Probable Cause

The record might have been deleted.

Suggested Remediation

AlertErrPersistCredentialCode-1308unable to persist credential detailssearch forum
Long Description

Probable Cause

The credential object is not valid

Suggested Remediation

Ensure all the required fields are provided

AlertErrPersistConnectionCode-1309unable to persist connection detailssearch forum
Long Description

Probable Cause

The connection object is not valid

Suggested Remediation

Ensure all the required fields are provided

AlertErrPrometheusScanCode-1310Unable to connect to prometheussearch forum
Long Description

Probable Cause

Prometheus endpoint might not be reachable from Meshery Prometheus endpoint is incorrect

Suggested Remediation

Check if your Prometheus endpoint are correct Connect to Prometheus from the settings page in the UI

AlertErrGrafanaScanCode-1311Unable to connect to grafanasearch forum
Long Description

Probable Cause

Grafana endpoint might not be reachable from Meshery Grafana endpoint is incorrect

Suggested Remediation

Check if your Grafana Endpoint is correct Connect to Grafana from the settings page in the UI

AlertErrDBCreateCode-1312Unable to create recordsearch forum
Long Description

Probable Cause

Record already exist Database connection is not reachable

Suggested Remediation

Delete the record or try updating the record instead of recreating Rest the database connection

AlertErrCreatingKubernetesComponentsCode-1313search forum
Long Description

Probable Cause

component generation was canceled due to deletion or reload of K8s context Invalid kubeconfig Filters passed incorrectly in config Could not fetch API resources from Kubernetes server

Suggested Remediation

If there is the log \"Starting to register ...\" for the same contextID after this error means that for some reason the context was reloaded which caused this run to abort. In that case, this error can be ignored. Make sure that the configuration filters passed are in accordance with output from /openapi/v2

AlertErrGetK8sComponentsCode-1314Could not get K8s components for registrationsearch forum
Long Description

Probable Cause

Invalid kubeconfig Filters passed incorrectly in config Could not fetch API resources from Kubernetes server

Suggested Remediation

Make sure that the configuration filters passed are in accordance with output from /openapi/v2

AlertErrParseK8sManifestCode-1315Failed to parse manifest into JSONsearch forum
Long Description

Probable Cause

Ensure manifests are valid and also use the restricted YAML features like using only \"strings\" in the field names

Suggested Remediation

Ensure YAML is a valid Kubernetes Manifest

AlertErrCreatePatternServiceCode-1316Failed to create design service from Manifestsearch forum
Long Description

Probable Cause

Invalid Manifest Meshery doesn't identifies the Resource mentioned in the Manifest

Suggested Remediation

Check if all of the meshery adapters are running Check if Meshery has identified and registered Kubernetes components

AlertErrPatternFromCytoscapeCode-1317Could not create design file from given cytoscapesearch forum
Long Description

Probable Cause

Invalid cytoscape body Service name is empty for one or more services _data does not have correct data

Suggested Remediation

Make sure cytoscape is valid Check if valid service name was passed in the request Make sure _data field has \"settings\" field

AlertErrDryRunCode-1318error performing a dry run on the designsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrRegisterEntityCode-1319search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrPersistEventToRemoteProviderCode-1320failed to persist event to remote providersearch forum
Long Description

Probable Cause

token is expired/revoked Remote Provider is not reachable or unavailable

Suggested Remediation

Try re-authenticating with the remote provider Verify remote provider for its reachability or availability.

AlertErrDoRequestCode-1321search forum
Long Description

Probable Cause

Requested resource is not reachable. Unable to instantiate TCP connection

Suggested Remediation

Ensure correct URL is specified Ensure network connectivity to the resource from your network

AlertErrMarshalYAMLCode-1322unable to marshal yaml \"%s\search forum
Long Description

Probable Cause

Object has invalid yaml format

Suggested Remediation

Make sure to input a valid yaml object

AlertErrEventStreamingNotSupportedCode-1324Live events stream not supported.search forum
Long Description

Our server cannot provide live events streaming at the moment. This might be due to a technical issue with our system.

Probable Cause

Suggested Remediation

AlertErrGenerateClusterContextCode-1325Failed to generate in cluster context.search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrNilClusterContextCode-1326Nil context generated from in cluster configsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrFailToSaveContextCode-1327Failed to save the contextsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrParsingCallBackUrlCode-1328Failed to parse the callback URLsearch forum
Long Description

Probable Cause

callback URL might be empty

Suggested Remediation

Make sure the callback URL is not empty

AlertErrReadSessionPersistorCode-1329Unable to read session from the session persister, starting with a new onesearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrFailToGetK8SContextCode-1330Failed to get Kubernetes contextsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrFailToLoadK8sContextCode-1331Failed to load Kubernetes contextsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrSessionNotReadIntactCode-1332search forum
Long Description

Probable Cause

The session data might be corrupted or not properly saved.

Suggested Remediation

AlertErrSessionNotFoundCode-1333search forum
Long Description

Probable Cause

The session might not exist or could have been deleted.

Suggested Remediation

Check if the session data was correctly saved.

AlertErrTokenRetryCode-1334Error occurred, retrying after refresh to fetch tokensearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrUrlParseCode-1335Error parsing the URLsearch forum
Long Description

Probable Cause

Suggested Remediation

Make sure the URL is correct

AlertErrCloseIoReaderCode-1336Error closing response body reader.search forum
Long Description

Probable Cause

An error occurred while attempting to close response body reader.

Suggested Remediation

Ensure the response body reader is in a state that allows it to be closed.

AlertErrDownloadPackageCode-1337search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrOperationNotAvailableCode-1338Operation not availablesearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrTokenVerifyCode-1339Validation of refreshed token failed.search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrLogoutCode-1340Unable to perform logoutsearch forum
Long Description

Probable Cause

Session might already been revoked Remote provider is not able to complete the request

Suggested Remediation

Close the tabs and open Meshery UI again. Optionally, try using a private/incognito browser window.

AlertErrGetSessionCookieCode-1341Error occurred while getting session cookiesearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrCloneCode-1342search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrPublishCode-1343search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrUnPublishCode-1344search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrSaveConnectionCode-1345Unable to save Meshery connectionsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrGenerateK8sHandlerCode-1346search forum
Long Description

Probable Cause

Possible causes include invalid Kubernetes context, missing configuration, or network issues.

Suggested Remediation

Verify the Kubernetes context configuration. Ensure the Kubernetes cluster is reachable and the configuration is correct.

AlertErrRetrieveK8sClusterIDCode-1347search forum
Long Description

Probable Cause

Possible causes include invalid Kubernetes context, missing or incorrect configuration, or network issues.

Suggested Remediation

Verify the Kubernetes context configuration. Ensure the Kubernetes cluster is reachable and the configuration is correct.

AlertErrCreateResourceEntryCode-1348Failed to create resource entrysearch forum
Long Description

Probable Cause

Possible causes include invalid input data, database issues, or network problems.

Suggested Remediation

Verify the input data is correct. Ensure the database is reachable and properly configured.

AlertErrInitializeDBHandlerCode-1349Unable to initialize database handlersearch forum
Long Description

Probable Cause

Possible causes include incorrect database file path, invalid database engine configuration, or insufficient permissions.

Suggested Remediation

Verify the database file path and ensure it is correct. Check the database engine configuration and ensure the application has the necessary permissions to access the database file.

AlertErrDeleteK8sResourceCode-1350search forum
Long Description

Probable Cause

Possible causes include invalid resource name or namespace, insufficient permissions, or network issues.

Suggested Remediation

Verify the resource name and namespace are correct. Ensure you have the necessary permissions to delete the resource. Check network connectivity to the Kubernetes cluster.

AlertErrCreateK8sResourceCode-1351search forum
Long Description

Probable Cause

Possible causes include invalid resource name or namespace, insufficient permissions, or network issues.

Suggested Remediation

Verify the resource name and namespace are correct. Ensure you have the necessary permissions to create the resource. Check network connectivity to the Kubernetes cluster.

AlertErrGetResourceCode-1352search forum
Long Description

Probable Cause

Possible causes include invalid resource name or namespace, insufficient permissions, or resource not found.

Suggested Remediation

Verify the resource name and namespace are correct. Ensure you have the necessary permissions to access the resource.

AlertErrDeleteResourceCode-1353search forum
Long Description

Probable Cause

Possible causes include invalid resource name or namespace, insufficient permissions, or network issues.

Suggested Remediation

Verify the resource name and namespace are correct. Ensure you have the necessary permissions to delete the resource. Check network connectivity to the Kubernetes cluster.

AlertErrRecreateResourceCode-1354search forum
Long Description

Probable Cause

Possible causes include invalid resource configuration, insufficient permissions, or network issues.

Suggested Remediation

Verify the resource configuration and ensure it is correct. Ensure you have the necessary permissions to recreate the resource. Check network connectivity to the Kubernetes cluster.

AlertErrUpdateResourceCode-1355search forum
Long Description

Probable Cause

Possible causes include invalid resource configuration, insufficient permissions, or network issues.

Suggested Remediation

Verify the resource configuration and ensure it is correct. Ensure you have the necessary permissions to update the resource. Check network connectivity to the Kubernetes cluster.

AlertErrEmptySessionCode-1356No session found in the requestsearch forum
Long Description

Unable to find \"token\" cookie in the request.

Probable Cause

User is not authenticated with the selected Provider. Browser might be restricting use of cookies.

Suggested Remediation

Choose a Provider and login to establish an active session (receive a new token and cookie). Optionally, try using a private/incognito browser window. Verify that your browser settings allow cookies.

AlertErrInvalidEventDataCode-1357The event provided is not validsearch forum
Long Description

ActedUpon, Action, Category and Severity are required fields of an event

Probable Cause

Suggested Remediation

Ensure that ActedUpon, Action, Category and Severity are present in the event

AlertErrSeedingComponentsCode-1358Failed to register the given models into meshery's registrysearch forum
Long Description

Probable Cause

Given models may not be in accordance with Meshery's schema Internal(OS level) error while reading files

Suggested Remediation

Make sure the models being seeded are valid in accordance with Meshery's schema If it is an internal error, please try again after some time

AlertErrImportFailureCode-1359search forum
Long Description

Probable Cause

Entity definition might not be in accordance with schema Entity version might not be supported by Meshery

Suggested Remediation

See the registration logs (found at $HOME/.meshery/logs/registry/registry-logs.log) to find out which Entity failed to be imported with more specific error information.

AlertErrEmptyOCIImageCode-1360search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrResolveReferenceCode-1361search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrGetComponentDefinitionCode-1362component definition not foundsearch forum
Long Description

Probable Cause

Component might not have been registered The component might not be supported by default, in the version of Meshery you are currently using.

Suggested Remediation

Ensure component definition is valid JSON/YAML. Import the model and try again.

AlertErrGetCapabilitiesCode-1363search forum
Long Description

Probable Cause

Remote provider server may be down or not accepting requests.

Suggested Remediation

Make sure remote provider server is healthy and accepting requests.

AlertErrExportPatternInFormatCode-1364search forum
Long Description

Probable Cause

Suggested Remediation

Export design in one of the supported format.

AlertErrNoTarInsideOCiCode-1365No tar file found inside OCI imagesearch forum
Long Description

Unable to locate the compressed file(.tar.gz) inside the OCI image.

Probable Cause

The OCI image does not contain a ziped file.

Suggested Remediation

Verify that the OCI image contains a ziped file.

AlertErrFileTypeCode-1366Error: is not a valid file typesearch forum
Long Description

Probable Cause

The provided file type is wrong

Suggested Remediation

Verify the file type

AlertErrCreatingOPAInstanceCode-1367Error creating OPA Instance.search forum
Long Description

Probable Cause

Unable to create OPA instance, policies will not be evaluated.

Suggested Remediation

Ensure relationships are registered

AlertErrStatusCodeCode-1368Request was not successfulsearch forum
Long Description

Probable Cause

The server might be down or temporarily unavailable. There could be network connectivity issues between the client and the server. The API endpoint might be misconfigured, or the server is experiencing high load.

Suggested Remediation

Check if the server is online and operational. Verify network connectivity and ensure there are no firewalls or DNS issues blocking the request. Confirm the API endpoint is correct and functional.

AlertErrResyncClusterCode-1369Unable to process resync cluster requestsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrMeshsyncDataHandlerCode-1370Error in meshsync data hadlersearch forum
Long Description

Probable Cause

not deployed operator issue with connection to broker

Suggested Remediation

check that operator is deployed check that server can establish connection to broker

CriticalErrResyncResourcesCode-1371Error resync resourcessearch forum
Long Description

Probable Cause

Fail to resync resources for the machine

Suggested Remediation

Check if machine supports resource resync

CriticalErrResyncK8SResourcesCode-1372Error resync resourcessearch forum
Long Description

Probable Cause

Fail to resync resources for the kubernetes machine

Suggested Remediation

Check if machine context is assign to machine Check if machine context contains a reference to MesheryControllersHelper

CriticalErrConnectActionCode-1373Error connect actionsearch forum
Long Description

Probable Cause

Fail to perform connect action for the kubernetes machine

Suggested Remediation

Check if token is passed machine from golang context correctly Check if there is connection data stored in database for this kubernetes machine

AlertErrEncodeResponseCode-1374failed to encode and write responsesearch forum
Long Description

Probable Cause

Client may have disconnected before the response was fully written Response data could not be serialized to JSON

Suggested Remediation

If the issue persists, check server logs for details

Top

Meshery Client for mesheryctl

SeverityError Name - CodeShort DescriptionDiscussion
FatalErrImportDesignCode-1001Unable to import designsearch forum
Long Description

Probable Cause

Invalid design file

Suggested Remediation

Check your design URL/file path

FatalErrInValidSourceCode-1002search forum
Long Description

Invalid design source type was provided

Probable Cause

Provided design source type (-s) is invalid

Suggested Remediation

Ensure you pass a valid source type

AlertErrOnboardDesignCode-1003Error Onboarding designsearch forum
Long Description

Unable to onboard design due to empty path

Probable Cause

File path or design name not provided.

Suggested Remediation

Provide a file path/design name. \n\n%v

AlertErrOffboardDesignCode-1005Error Offboarding designsearch forum
Long Description

Unable to offboard design due to empty path

Probable Cause

File path or design name not provided.

Suggested Remediation

Provide a file path/design name. \n\n%v

AlertErrDesignFlagCode-1006Invalid commandsearch forum
Long Description

Wrong use of command flags

Probable Cause

-a/all flag is being used while an design is specified

Suggested Remediation

-a/-all cannot be used when [design name|id] is specified

AlertErrDesignManifestCode-1007No file path detectedsearch forum
Long Description

No manifest file path detected

Probable Cause

Manifest path not provided

Suggested Remediation

Provide the path to the design manifest. \n\n%v

AlertErrInvalidMeshConfigCode-1008Invalid Meshconfigsearch forum
Long Description

Probable Cause

Loading the Invalid MeshConfig data caused error

Suggested Remediation

Make sure that your 'config.yaml' file in your '.meshery' is valid

FatalErrUpdateConfigCode-1009Error in writing configsearch forum
Long Description

Probable Cause

Unable to Update config file

Suggested Remediation

Ensure that you have the correct context in your meshconfig at `$HOME/.meshery/config.yaml`.

AlertErrProcessingConfigCode-1010Error processing configsearch forum
Long Description

Error processing config

Probable Cause

Suggested Remediation

AlertErrCreatingConfigFileCode-1011Unable to create config filesearch forum
Long Description

Unable to create config file

Probable Cause

Suggested Remediation

AlertErrAddingTokenToConfigCode-1012Unable to add token to configsearch forum
Long Description

Unable to add token to config

Probable Cause

Suggested Remediation

AlertErrAddingContextToConfigCode-1013Unable to add context to configsearch forum
Long Description

Unable to add context to config

Probable Cause

Suggested Remediation

AlertErrUnmarshallingConfigFileCode-1014Error processing json in config filesearch forum
Long Description

Error processing json in config file

Probable Cause

Suggested Remediation

FatalErrGettingRequestContextCode-1015Unable to add token to configsearch forum
Long Description

Unable to add token to config

Probable Cause

Suggested Remediation

FatalErrUnmarshallingAPIDataCode-1016Error processing json API datasearch forum
Long Description

Error processing json API data

Probable Cause

Suggested Remediation

FatalErrConnectingToServerCode-1017Unable to communicate with Meshery serversearch forum
Long Description

Unable to communicate with Meshery server See https://docs.meshery.io for help getting started with Meshery

Probable Cause

Suggested Remediation

See https://docs.meshery.io for help getting started with Meshery

AlertErrDeleteFilterCode-1018Failed to delete filtersearch forum
Long Description

Probable Cause

Unable to delete the specified filter

Suggested Remediation

Verify the filter exists using `mesheryctl filter list`

AlertErrFetchFilterCode-1019Unable to Fetch Filtersearch forum
Long Description

Probable Cause

Filter name or id doesn't exist

Suggested Remediation

Run `mesheryctl filter view -a` to view all available filters.

FatalErrGettingSessionDataCode-1020Unable to fetch session datasearch forum
Long Description

Probable Cause

Unable to get session from server

Suggested Remediation

Check your network connection and verify the status of the Meshery server with `mesheryctl system status`.

FatalErrNoAdaptersCode-1021Unable to validate adaptersearch forum
Long Description

Adapter for required mesh not found

Probable Cause

Unable to fetch Mesh adapter, adapter not valid.

Suggested Remediation

Run the appropriate Meshery Adapter for your specific use case. See https://docs.meshery.io/concepts/architecture/adapters for list of adapters

FatalErrPromptCode-1022Error while reading selected optionsearch forum
Long Description

Probable Cause

Unable to identify your selected component from the list

Suggested Remediation

Ensure you enter a component name

FatalErrCreatingDeployRequestCode-1023Error sending deploy requestsearch forum
Long Description

Probable Cause

There might be a connection failure with Meshery Server

Suggested Remediation

Check your network connection and verify the status of the Meshery server with `mesheryctl system status`.

FatalErrCreatingDeployResponseRequestCode-1024Failed to create a responsesearch forum
Long Description

Probable Cause

Error occurred while generating a response from deployed request

Suggested Remediation

Check your network connection and verify the status of the Meshery server with `mesheryctl system status`.

FatalErrCreatingDeployResponseStreamCode-1025Error creating deploy event response streamsearch forum
Long Description

Probable Cause

Unable convert a connection to a stream of server sent events

Suggested Remediation

Ensure your connection is valid and verify the status of the Meshery server with `mesheryctl system status`.

FatalErrCreatingValidateResponseStreamCode-1026Error creating validate event response streamsearch forum
Long Description

Probable Cause

Meshery is not running or there is a network issue.

Suggested Remediation

Check your network connection and verify the status of the Meshery server with `mesheryctl system status`.

FatalErrTimeoutWaitingForDeployResponseCode-1027Timed out waiting for deploy eventsearch forum
Long Description

Timed out waiting for deployment

Probable Cause

Network error or wrong environment configurations

Suggested Remediation

Ensure your have a strong connection and the right environment configuration

FatalErrFailedDeployingMeshCode-1028Failed to deploysearch forum
Long Description

Failed to deploy

Probable Cause

Network error or wrong environment configurations

Suggested Remediation

Ensure your have a strong connection and the right environment configuration

FatalErrCreatingValidateRequestCode-1029Error sending Validate requestsearch forum
Long Description

Probable Cause

An HTTP error occurred due to network connection

Suggested Remediation

Check your network connection and verify the status of the Meshery server with `mesheryctl system status`.

FatalErrCreatingValidateResponseRequestCode-1030Error creating request for validate responsesearch forum
Long Description

Probable Cause

Unable to create response from request

Suggested Remediation

Check your network connection and verify the status of the Meshery server with `mesheryctl system status`.

FatalErrTimeoutWaitingForValidateResponseCode-1031Timed out waiting for validate responsesearch forum
Long Description

Timed out waiting for validate response

Probable Cause

Network error or wrong environment configurations

Suggested Remediation

Ensure your have a strong connection and the right environment configuration

FatalErrSMIConformanceTestsFailedCode-1032SMI conformance tests failedsearch forum
Long Description

SMI conformance tests failed

Probable Cause

Suggested Remediation

Join https://layer5io.slack.com/archives/C010H0HE2E6

FatalErrValidateAdapterCode-1033Unable to validate adaptersearch forum
Long Description

Probable Cause

Unable to fetch Mesh adapter, adapter not valid.

Suggested Remediation

Enter a valid Mesh adapter.

AlertErrSendOperationCode-1034Unable to perform operationsearch forum
Long Description

Probable Cause

Failed to perform an adapter operation due to network connection.

Suggested Remediation

Check your network connection and the status of Meshery Server via `mesheryctl system status`.

AlertErrValidMeshNameCode-1035Invalid mesh namesearch forum
Long Description

Unable to validate mesh name

Probable Cause

%s is not a valid mesh name or is unsupported

Suggested Remediation

Enter a valid mesh name

FatalErrWaitValidateResponseCode-1036Unable to validate a responsesearch forum
Long Description

Probable Cause

Unable to create responses after verifying operation

Suggested Remediation

Ensure your connection is valid and verify the status of the Meshery server with `mesheryctl system status`.

FatalErrDesignsNotFoundCode-1037Design Not Foundsearch forum
Long Description

No Design found with the given name or ID

Probable Cause

Design with the given name or ID is not present

Suggested Remediation

Please check if the given design name or ID is present via 'mesheryctl design list'

FatalErrInvalidDesignFileCode-1038search forum
Long Description

Design appears invalid. Could not parse provided design

Probable Cause

Design file provided is not valid

Suggested Remediation

Please check that your design file is a valid yaml file

AlertErrReadFilepathCode-1040Unable to read filesearch forum
Long Description

Probable Cause

The provided file is not present or has an invalid path

Suggested Remediation

Provide a valid file path

AlertErrNoProfileNameCode-1041No profile namesearch forum
Long Description

No profile name provided

Probable Cause

No profile name provided to perform test

Suggested Remediation

Provide a profile-name

AlertErrNoTestURLCode-1042No URLsearch forum
Long Description

Unable to get URL for performing test

Probable Cause

No URL provided for performing tests

Suggested Remediation

Provide a test URL

AlertErrNotValidURLCode-1043Invalid URLsearch forum
Long Description

Invalid URL for performing test

Probable Cause

Invalid test URL provided

Suggested Remediation

Input a valid test URL

AlertErrFailMarshalCode-1044Unable to convert JSON object.search forum
Long Description

Probable Cause

Invalid JSON Format

Suggested Remediation

Check the data structure you are providing for marshalling

AlertErrFailUnmarshalCode-1045Error unmarshalling responsesearch forum
Long Description

Failed to unmarshal response body

Probable Cause

The JSON format from the response body is not valid.

Suggested Remediation

Ensure a valid JSON is provided for processing.

AlertErrNoProfileFoundCode-1046No profile foundsearch forum
Long Description

No profile found with given name

Probable Cause

Invalid profile name or no profile name provided

Suggested Remediation

Ensure a valid profile name is inputted. See https://docs.meshery.io/reference/mesheryctl/perf/apply for more details

AlertErrInvalidOutputChoiceCode-1047Invalid output format choicesearch forum
Long Description

Output format choice is invalid, use [json|yaml]

Probable Cause

Invalid JSON or YAML content

Suggested Remediation

Check the JSON or YAML structure.

AlertErrUnauthenticatedCode-1048Unauthenticated Usersearch forum
Long Description

Access to this resource is unauthorized.

Probable Cause

You haven't logged in to Meshery.

Suggested Remediation

To proceed, log in using `mesheryctl system login`.

AlertErrFailUnmarshalFileCode-1049Failed to unmarshal configuration filesearch forum
Long Description

Probable Cause

Unable to covert JSON format from yml file

Suggested Remediation

Ensure a valid data is provided in your yml file

AlertErrInvalidTestConfigFileCode-1050Invalid config filesearch forum
Long Description

Invalid test configuration file

Probable Cause

The test configuration is outdated or incorrect

Suggested Remediation

See https://docs.meshery.io/guides/performance-management#running-performance-benchmarks-through-mesheryctl for a valid configuration file

AlertErrArgumentOverflowCode-1051Invalid argumentssearch forum
Long Description

Invalid number of arguments

Probable Cause

Too many arguments passed

Suggested Remediation

Use `mesheryctl perf --help` to display usage guide.

AlertErrInvalidJSONFileCode-1052Invalid JSONsearch forum
Long Description

Unable to create perf profile

Probable Cause

Invalid JSON passed as options in file

Suggested Remediation

Provide a valid JSON object

AlertErrHealthCheckerCode-1053Healthchecks Failedsearch forum
Long Description

Probable Cause

Failed to initialize healthchecker

Suggested Remediation

Ensure Mesheryctl is running and has the right configurations. See https://docs.meshery.io/reference/mesheryctl/system/check for checking Meshery components

AlertErrPerformanceProfileResultCode-1054Error displaying performancesearch forum
Long Description

Probable Cause

Failed to fetch results for a specific profile

Suggested Remediation

Check your network connection and ensure Meshery is running .

AlertErrGenerateModelCode-1055search forum
Long Description

Probable Cause

Registrant used for the model is not supported Verify the model's source URL. Failed to create a local directory in the filesystem for this model.

Suggested Remediation

Ensure that each kind of registrant used is a supported kind. Ensure correct model source URL is provided and properly formatted. Ensure sufficient permissions to allow creation of model directory.

AlertErrGenerateComponentCode-1056error generating comp %s of model %ssearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrUpdateModelCode-1057error updating modelsearch forum
Long Description

Probable Cause

Model does not exist

Suggested Remediation

Ensure existence of model, check for typo in model name

AlertErrUpdateComponentCode-1058search forum
Long Description

Probable Cause

Component does not exist Component definition is corrupted

Suggested Remediation

Ensure existence of component, check for typo in component name Regenerate corrupted component

AlertErrUpdateRegistryCode-1059error updating registry atsearch forum
Long Description

Probable Cause

Provided spreadsheet ID is incorrect Provided credential is incorrect

Suggested Remediation

Ensure correct spreadsheet ID is provided Ensure correct credential is used

AlertErrHealthCheckFailedCode-1060Health checks failedsearch forum
Long Description

Probable Cause

Health checks execution failed in starting Meshery server

Suggested Remediation

Ensure Mesheryctl is running and has the right configurations.

AlertErrStopMesheryCode-1062Error stopping Mesherysearch forum
Long Description

Probable Cause

Meshery server is not stopped, some of the docker containers are still running

Suggested Remediation

Verify all docker containers of Meshery server are stopped

AlertErrResetMeshconfigCode-1063Error resetting meshconfig to default settingssearch forum
Long Description

Probable Cause

Meshery server config file is not reset to default settings

Suggested Remediation

AlertErrApplyManifestCode-1064Error applying manifest with update: and delete:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrApplyOperatorManifestCode-1065Error applying operator manifests with update: and delete:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrCreateDirCode-1066Error creating directorysearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrUnsupportedPlatformCode-1067Unsupported platformsearch forum
Long Description

The provided platform is not supported.

Probable Cause

The platform is not supported for the deployment of Meshery.

Suggested Remediation

Supported platforms are:\n\n- docker\n- kubernetes\n\n Verify this setting in your meshconfig at or verify by executing `mesheryctl system context view`

AlertErrRetrievingCurrentContextCode-1068Error retrieving current-contextsearch forum
Long Description

Probable Cause

current-context is not retrieved

Suggested Remediation

AlertErrSettingDefaultContextToConfigCode-1069Error setting default context to configsearch forum
Long Description

Probable Cause

Mesheryctl config file may not exist or is invalid

Suggested Remediation

Make sure the Mesheryctl config file exists

AlertErrSettingTemporaryContextCode-1070Error setting temporary contextsearch forum
Long Description

Probable Cause

temporary context is not set properly

Suggested Remediation

Verify the temporary context is set properly using the -c flag provided

AlertErrRestartMesheryCode-1072Error restarting Mesherysearch forum
Long Description

Probable Cause

Meshery is not running

Suggested Remediation

Restart Meshery instance

AlertErrK8sQueryCode-1073The Kubernetes cluster is not accessible.search forum
Long Description

\nThe Kubernetes cluster is not accessible Please confirm that the token is valid See https://docs.meshery.io/installation/quick-start for additional instructions

Probable Cause

Kubernetes cluster is unavailable and that the token is invalid

Suggested Remediation

Please confirm that your cluster is available and that the token is valid. See https://docs.meshery.io/installation/quick-start for additional instructions

AlertErrK8sConfigCode-1074The Kubernetes cluster is not accessible.search forum
Long Description

\nThe Kubernetes cluster is not accessible Please confirm that the cluster is running See https://docs.meshery.io/installation/quick-start for additional instructions.

Probable Cause

Kubernetes cluster isn't running or inaccessible

Suggested Remediation

Verify kubernetes and Meshery connectivity or Verify kubeconfig certificates.

AlertErrInitPortForwardCode-1075Failed to initialize port-forwardsearch forum
Long Description

Failed to create new Port Forward instance

Probable Cause

Connection not established

Suggested Remediation

Ensure you have a strong network connection

FatalErrRunPortForwardCode-1076Failed to run port-forwardsearch forum
Long Description

Error running port-forward for Meshery

Probable Cause

Meshery pod is not in running phase mesheryctl can't connect to kubernetes with client-go

Suggested Remediation

Make sure Meshery pod exists and is in running state Check if mesheryctl is connected to kubernetes with `mesheryctl system check`

FatalErrFailedGetEphemeralPortCode-1077Failed to get a free portsearch forum
Long Description

Failed to start port-forwarding

Probable Cause

Unable to provide a free port to connect to a kuberentes cluster

Suggested Remediation

Ensure your Meshery Server is running, Ensure mesheryctl is connected to kubernetes cluster with `mesheryctl system check`

AlertErrUnmarshalDockerComposeCode-1078Error processing JSON response from Meshery Serversearch forum
Long Description

Probable Cause

Either the JSON response is invalid or the Response is distorted

Suggested Remediation

Ensure Meshery Server is running and you have a strong newtwork connection

CriticalErrCreatingDockerClientCode-1079Failed to create Docker clientsearch forum
Long Description

Error occurred while creating Docker client from config file

Probable Cause

Missing or invalid docker config

Suggested Remediation

Please check the Docker config file for any errors or missing information. Make sure it is correctly formatted and contains all the required fields.

FatalErrWriteConfigCode-1080Error in writing configsearch forum
Long Description

Probable Cause

Unable to write to config file

Suggested Remediation

FatalErrContextContentCode-1081Failed to detect contextsearch forum
Long Description

Unable to detect current-context

Probable Cause

Error while trying to fetch current-context in YML file

Suggested Remediation

Ensure a valid context name is provided

AlertErrSwitchChannelResponseCode-1082Unable to exectute commandsearch forum
Long Description

Channel switch aborted

Probable Cause

No user response provided

Suggested Remediation

FatalErrGetCurrentContextCode-1083Unable to get current-contextsearch forum
Long Description

Probable Cause

Invalid context name provided

Suggested Remediation

FatalErrSetCurrentContextCode-1084Unable to set current-contextsearch forum
Long Description

Probable Cause

Invalid context name provided

Suggested Remediation

FatalErrTokenContextCode-1085Unable to get tokensearch forum
Long Description

Probable Cause

No token found for the Current context

Suggested Remediation

FatalErrProviderInfoCode-1086Unable to verify providersearch forum
Long Description

Probable Cause

Unable to verify provider as Meshery server was unreachable

Suggested Remediation

FatalErrValidProviderCode-1087Invalid providersearch forum
Long Description

Unable to validate provider

Probable Cause

A wrong provider was specified

Suggested Remediation

FatalErrUnmarshallConfigCode-1088Invalid configsearch forum
Long Description

Probable Cause

Unable to decode Meshconfig.

Suggested Remediation

FatalErrUploadFileParamsCode-1089Unable to uploadsearch forum
Long Description

Probable Cause

Unable to upload parameters from config file with provided context

Suggested Remediation

AlertErrFailRequestCode-1090Failed to make a requestsearch forum
Long Description

Probable Cause

Meshery server is not reachable.

Suggested Remediation

Please ensure that the Meshery server is running and accessible. You can try running 'mesheryctl system restart'.

AlertErrInvalidTokenCode-1091Invalid authentication Tokensearch forum
Long Description

The authentication token has expired or is invalid.

Probable Cause

The token in auth.json has expired or is invalid.

Suggested Remediation

Provide a valid user token by logging in with `mesheryctl system login`.

AlertErrFailReqStatusCode-1092Failed response server errorsearch forum
Long Description

Probable Cause

Invalid API call

Suggested Remediation

Check your network connection and the status of Meshery Server via `mesheryctl system status`.

AlertErrAttachAuthTokenCode-1093Authentication token Not Foundsearch forum
Long Description

Probable Cause

The user is not logged in to generate a token.

Suggested Remediation

Log in with `mesheryctl system login` or supply a valid user token using the --token (or -t) flag.

AlertErrUnmarshalCode-1094Error unmarshalling responsesearch forum
Long Description

Probable Cause

The JSON format from the response body is not valid.

Suggested Remediation

Ensure a valid JSON is provided for processing.

AlertErrFileReadCode-1095File read errorsearch forum
Long Description

Probable Cause

The provided file is not present or has an invalid path.

Suggested Remediation

To proceed, provide a valid file path with a valid file.

FatalErrCreatingRequestCode-1096Error occurred while making an HTTP request.search forum
Long Description

Probable Cause

Meshery is not running or there is a network issue.

Suggested Remediation

Check your network connection and verify the status of the Meshery server using `mesheryctl system status`.

FatalErrMarshalCode-1097Error while marshalling the contentsearch forum
Long Description

Probable Cause

The content provided for marshalling is invalid.

Suggested Remediation

Check the data structure you are providing for marshalling.

AlertErrReadResponseBodyCode-1098Failed to read response body from requestsearch forum
Long Description

Probable Cause

There might be connection failure with Meshery Server

Suggested Remediation

Check the status via `mesheryctl system status`

FatalErrParsingUrlCode-1099Error parsing the URLsearch forum
Long Description

Probable Cause

The provided URL does not exist or the relative path is incorrect.

Suggested Remediation

Double-check the correctness of the URL you have inputted.

FatalErrNotFoundCode-1100Item Not Foundsearch forum
Long Description

Probable Cause

The item you are searching for is not present.

Suggested Remediation

Check whether the item is present.

AlertErrUnauthenticatedCode-1101Unauthenticated Usersearch forum
Long Description

Access to this resource is unauthorized.

Probable Cause

You haven't logged in to Meshery.

Suggested Remediation

To proceed, log in using `mesheryctl system login`.

FatalErrInvalidFileCode-1102Invalid Filesearch forum
Long Description

Probable Cause

File does not meet the criteria.

Suggested Remediation

Check the file's validity.

FatalErrInvalidNameOrIDCode-1103Invalid Name or ID Providedsearch forum
Long Description

Probable Cause

The provided Name or ID is either not present or invalid.

Suggested Remediation

Provide a valid Name or ID using the `list` command with the appropriate subcommand.

FatalErrInvalidAPIResponseCode-1104Invalid API response encounteredsearch forum
Long Description

Probable Cause

Error occurred while generating a response body

Suggested Remediation

Check your network connection and the status of Meshery Server via `mesheryctl system status`.

AlertErrReadConfigFileCode-1105Unable to read meshconfig filesearch forum
Long Description

Probable Cause

The provided file is not present or has an invalid path

Suggested Remediation

Provide a valid file path with a valid meshconfig file.

AlertErrMarshalIndentCode-1106Error indenting JSON bodysearch forum
Long Description

Probable Cause

Unable to format the JSON body filters due to invalid content

Suggested Remediation

Check the data structure provided for proper formatting.

AlertErrLoadConfigCode-1107Error processing configsearch forum
Long Description

Probable Cause

Unable to load meshconfig due to wrong configurations

Suggested Remediation

Ensure your `config.yaml` file in your `.meshery` is valid, or run `mesheryctl system config`.

AlertErrResponseStatusBodyCode-1108Incorrect status codesearch forum
Long Description

Probable Cause

Error occurred while generating a response body

Suggested Remediation

Check your network connection and the status of Meshery Server via `mesheryctl system status`.

AlertErrResponseStatusCode-1109Incorrect status codesearch forum
Long Description

Probable Cause

Error occurred while generating a response

Suggested Remediation

Check your network connection and the status of Meshery Server via `mesheryctl system status`.

AlertErrJSONToYAMLCode-1110Failed to convert JSON to YAMLsearch forum
Long Description

Probable Cause

The content provided for marshalling is invalid.

Suggested Remediation

Check the JSON structure you are providing for YAML conversion.

AlertErrOutFormatFlagCode-1111Invalid output format choicesearch forum
Long Description

Output format choice is invalid, use [json|yaml]

Probable Cause

Invalid JSON or YAML content

Suggested Remediation

Check the JSON or YAML structure.

AlertErrParseGithubFileCode-1112Failed to parse github filesearch forum
Long Description

Probable Cause

Unable to retrieve file from URL: %s

Suggested Remediation

Ensure you have a github url in file path

AlertErrReadTokenCode-1113Could not read tokensearch forum
Long Description

Probable Cause

Token file is invalid

Suggested Remediation

Provide a valid user token by logging in with `mesheryctl system login`.

AlertErrRequestResponseCode-1114Failed to handle requestsearch forum
Long Description

Probable Cause

Error occurred while generating a response

Suggested Remediation

Check your network connection and the status of Meshery Server via `mesheryctl system status`.

AlertErrBadRequestCode-1117Failed to delete the connectionsearch forum
Long Description

Probable Cause

Error occurred while deleting the connection

Suggested Remediation

Check your network connection and the status of Meshery Server via `mesheryctl system status`.

AlertErrInvalidArgumentCode-1118Invalid Argumentsearch forum
Long Description

Probable Cause

Invalid Argument

Suggested Remediation

Please check the arguments passed

AlertErrGeneratingIconsCode-1119error generating icons atsearch forum
Long Description

Probable Cause

Model SVG data is missing Model name formatting issue

Suggested Remediation

Ensure model SVG data is provided in model definition Ensure model name formatting is correct

AlertErrClearLineCode-1120Failed to clear terminalsearch forum
Long Description

Probable Cause

Error occurred while attempting to clear the command-line interface

Suggested Remediation

Check if the required clear commands ('clear' or 'cls') are available in the system's PATH

AlertErrPatternSourceTypeCode-1121Source type for the design to import not specifiedsearch forum
Long Description

Empty source type detected

Probable Cause

Design source type not provided

Suggested Remediation

Provide one of the supported source type for the design to import. \n\n%v

AlertErrCreateFileCode-1123Error creating filesearch forum
Long Description

Probable Cause

Insufficient disk page, filepath could be invalid.

Suggested Remediation

Verify that the file path is valid, and ensure there is sufficient disk space available.

AlertErrRetrieveHomeDirCode-1124Error retrieving user home/root directorysearch forum
Long Description

Failed to retrieve the home/root directory,

Probable Cause

Operating system environment issue or insufficient permissions.

Suggested Remediation

Ensure that the operating system environment is set up correctly and run the application with elevated privileges.

AlertErrReadFromBodyCode-1125Unable to read data from the response bodysearch forum
Long Description

Probable Cause

The data for the pattern (design) file might be corrupted.

Suggested Remediation

Please ensure that your network connection is stable. If the issue continues, check the server response or data format for potential problems.

AlertErrMarkFlagRequireCode-1126search forum
Long Description

Probable Cause

The flag may not exist or there was some error while specifying the flag.

Suggested Remediation

Please ensure that the required flag '%s' is correctly specified and set before running the command.

FatalErrExportModelCode-1127Error exporting modelsearch forum
Long Description

Probable Cause

Model may not be present in the registry

Suggested Remediation

Ensure that there are no typos in the model name

AlertErrParsingSheetCode-1128search forum
Long Description

Probable Cause

provided sheet id for %s might be incorrect

Suggested Remediation

ensure the sheet id is correct

AlertErrGenerationTimeoutCode-1129search forum
Long Description

Probable Cause

The model source may be unresponsive Network connectivity issues Large number of components to generate

Suggested Remediation

Try generating a specific model using --model flag Check network connectivity Review the generation logs for problematic models

AlertErrParsingRelationshipCode-1130search forum
Long Description

Probable Cause

Invalid relationship definition format Missing required relationship fields Malformed selector in relationship

Suggested Remediation

Verify the relationship CSV format Check that all required fields are present Validate the selector JSON syntax

FatalErrTemplateFileNotPresentCode-1131error no template file providedsearch forum
Long Description

no template file is provided while using url for importing a model

Probable Cause

template file not present

Suggested Remediation

ensure that the template file is present in the given path

AlertErrGeneratesModelCode-1132search forum
Long Description

Probable Cause

Registrant used for the model is not supported Verify the model's source URL. Failed to create a local directory in the filesystem for this model.

Suggested Remediation

Ensure that each kind of registrant used is a supported kind. Ensure correct model source URL is provided and properly formatted. Ensure sufficient permissions to allow creation of model directory.

AlertErrUpdateComponentsCode-1134search forum
Long Description

Probable Cause

Component does not exist Component definition is corrupted

Suggested Remediation

Ensure existence of component, check for typo in component name Regenerate corrupted component

AlertErrMissingCommandsCode-1137Missing required commandssearch forum
Long Description

Probable Cause

Required commands are not installed or not in PATH

Suggested Remediation

Install the missing commands and ensure they are in PATH

AlertErrKubernetesConnectivityCode-1138Failed to connect to Kubernetes API serversearch forum
Long Description

Probable Cause

Kubernetes API server is not reachable

Suggested Remediation

Ensure your Kubernetes cluster is running and accessible

AlertErrKubernetesQueryCode-1139Failed to query Kubernetes APIsearch forum
Long Description

Probable Cause

Kubernetes API query failed

Suggested Remediation

Ensure your Kubernetes cluster is running and accessible

AlertErrDesignFileNotProvidedCode-1140Design file path not providedsearch forum
Long Description

Design [File | File Path | URL] isn't specified

Probable Cause

[File | File Path | URL] not detected. The '-f' flag is missing or empty in the 'mesheryctl design import' command

Suggested Remediation

Provide the path to the design file using the '-f' flag. Ensure that the file path or URL is correctly specified and accessible. \n\n%v

AlertErrCreateManifestsFolderCode-1141Error creating manifest foldersearch forum
Long Description

Probable Cause

system error in creating manifest folder

Suggested Remediation

Make sure manifest folder (.meshery/manifests) is created properly

AlertErrDownloadFileCode-1142Error downloading filesearch forum
Long Description

Probable Cause

Failed to download docker-compose or manifest file due to system/config/network issues

Suggested Remediation

Make sure docker-compose or manifest file is downloaded

AlertErrNoManifestFilesFoundCode-1143No manifest files found in the specified pathsearch forum
Long Description

Probable Cause

The provided directory may be empty, incorrect, or manifests were not properly downloaded.

Suggested Remediation

Verify the specified path contains valid manifest files.

AlertErrWalkManifestsCode-1144Error walking through manifestssearch forum
Long Description

Probable Cause

Unable to traverse git repository or manifests due to filesystem or permission issues.

Suggested Remediation

Ensure the repository and manifests directory are accessible and have proper permissions.

AlertErrGetChannelVersionCode-1145Unable to retrieve release channel and version information.search forum
Long Description

Probable Cause

Failed to determine version from context or GitHub releases, possibly due to network or configuration issues.

Suggested Remediation

Check your network connection and context configuration; ensure GitHub is accessible.

FatalErrModelUnsupportedOutputFormatCode-1146Error viewing modelsearch forum
Long Description

Probable Cause

Output format not supported

Suggested Remediation

Ensure giving a valid format

AlertErrOutputToJsonCode-1147Failed to format output in JSONsearch forum
Long Description

Error occurred while formatting to JSON

Probable Cause

The content provided for formatting failed.

Suggested Remediation

Check the JSON structure you are providing for formatting.

FatalErrModelInitCode-1148Error model initsearch forum
Long Description

Probable Cause

Error during run of model init command

Suggested Remediation

Ensure passing all params according to the command description

FatalErrModelUnsupportedVersionCode-1149Error in model version formatsearch forum
Long Description

Probable Cause

Version format not supported

Suggested Remediation

Ensure giving a semver version format

AlertErrInvalidModelCode-1150No valid component or relationship found in the model providedsearch forum
Long Description

No valid component or relationship found in the Model provided. A Model can be only imported if it contains at least one valid Component or Relationship.

Probable Cause

Provided components or relationships might have incorrect format Folder structure might be incorrect

Suggested Remediation

Know about Meshery Models and Importing instructions here: https://docs.meshery.io/guides/configuration-management/importing-models

FatalErrModelBuildCode-1151Error model buildsearch forum
Long Description

Probable Cause

Error during run of model build command

Suggested Remediation

Ensure passing all params according to the command description

AlertErrInvalidUUIDCode-1152Invalid ID formatsearch forum
Long Description

Probable Cause

ID is not a valid UUID format ID contains invalid characters

Suggested Remediation

Ensure the ID is a valid UUID format Check the ID parameter for typos or formatting issues

AlertErrFetchEnvironmentsCode-1153Failed to fetch environmentssearch forum
Long Description

Probable Cause

Network connection issues Meshery server is not reachable Invalid API endpoint Authentication issues

Suggested Remediation

Check your network connection Verify Meshery server status via `mesheryctl system status` Ensure you have proper authentication credentials

AlertErrTableRenderCode-1154Failed to display output in table formatsearch forum
Long Description

Probable Cause

Table rendering issue

Suggested Remediation

Ensure the data being rendered is valid and properly structured.

AlertErrFlagsInvalidCode-1155Invalid flag providedsearch forum
Long Description

Probable Cause

The flag provided is invalid.

Suggested Remediation

Provide a valid flag

AlertErrMesheryServerNotRunningCode-1156Meshery Server is not runningsearch forum
Long Description

Probable Cause

Meshery Server is not running or is unreachable Docker or Kubernetes environment is not ready Network connectivity issues

Suggested Remediation

Start Meshery Server with `mesheryctl system start` Verify system readiness with `mesheryctl system check --preflight` Check your network connection and firewall settings

AlertErrListPaginationCode-1157Failed to fetch data from Meshery server.search forum
Long Description

Probable Cause

While fetching data from Meshery server an error occurred.

Suggested Remediation

Please check if returned data is valid

AlertErrOutputToYamlCode-1158Failed to format output in YAMLsearch forum
Long Description

Error occurred while formatting to YAML

Probable Cause

The content provided for formatting failed.

Suggested Remediation

Check the Yaml structure you are providing for formatting.

AlertErrModelGenerationFailedCode-1159search forum
Long Description

Probable Cause

Invalid model source URL Unsupported registrant type Network issues fetching model data

Suggested Remediation

Verify the model's source URL is accessible Check the registrant type is supported Review network connectivity

AlertErrUserPromptCode-1160Prompt failedsearch forum
Long Description

Probable Cause

User prompt was interrupted or failed to get input

Suggested Remediation

Try running the command again and complete the selection

AlertErrConvertConcurrentRequestCode-1161Failed to convert concurrent-requestsearch forum
Long Description

Invalid concurrent-request value provided

Probable Cause

The concurrent-request flag value is not a valid integer

Suggested Remediation

Provide a valid integer value for concurrent-request

AlertErrConvertQPSCode-1162Failed to convert qpssearch forum
Long Description

Invalid qps value provided

Probable Cause

The qps flag value is not a valid integer

Suggested Remediation

Provide a valid integer value for qps

AlertErrParseDesignFileCode-1163Failed to parse design filesearch forum
Long Description

Probable Cause

The design file format is invalid or corrupted The YAML/JSON syntax may be incorrect

Suggested Remediation

Ensure the design file is a valid Meshery design format Check for YAML/JSON syntax errors Validate the design file structure

AlertErrDeleteDesignCode-1164Unable to delete designsearch forum
Long Description

Probable Cause

Design may not exist Network connection issue Meshery server unreachable

Suggested Remediation

Verify the design exists using 'mesheryctl design list' Check your network connection and Meshery server status

FatalErrGetKubernetesContextsCode-1165Unable to get kubernetes contextssearch forum
Long Description

Probable Cause

No kubernetes contexts found

Suggested Remediation

Ensure you have at least one valid context in your meshconfig file.

FatalErrSetKubernetesContextCode-1166Unable to set kubernetes contextsearch forum
Long Description

Probable Cause

The specified Kubernetes context does not exist.

Suggested Remediation

Verify that the Kubernetes context provided is valid and try again.

AlertErrFilterNotFoundCode-1167Filter not foundsearch forum
Long Description

Probable Cause

The specified filter does not exist

Suggested Remediation

Use `mesheryctl filter list` to see available filters

AlertErrFilterURIRequiredCode-1168URI is requiredsearch forum
Long Description

No URI provided for filter import

Probable Cause

Filter import command requires a URI

Suggested Remediation

Provide a valid file path or URL

AlertErrViewAllWithNameCode-1169Invalid flag combinationsearch forum
Long Description

--all cannot be used when filter name or ID is specified

Probable Cause

Conflicting options provided

Suggested Remediation

Use either --all flag OR specify a filter name/ID

AlertErrMultiWordFilterNameCode-1170Invalid filter name formatsearch forum
Long Description

multi-word filter names must be enclosed in double quotes

Probable Cause

Filter name with spaces requires quoting

Suggested Remediation

Enclose multi-word filter names in double quotes

AlertErrInvalidFilterCommandCode-1171Invalid commandsearch forum
Long Description

Probable Cause

The provided subcommand is not recognized

Suggested Remediation

Run `mesheryctl filter --help` to see available commands

AlertErrHandlePaginationCode-1172Unable to display paginated resultssearch forum
Long Description

Probable Cause

Interactive pagination requires keyboard input support

Suggested Remediation

Ensure you are running in an interactive terminal If running in a non-interactive environment, use '--page' flag to skip pagination

AlertErrAwsCliNotFoundCode-1174AWS CLI not foundsearch forum
Long Description

The AWS CLI is required to create an EKS connection but was not found on your system

Probable Cause

Suggested Remediation

Please install the AWS CLI from https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html and ensure it is accessible in your system's PATH

AlertErrGcpGKEGetCredentialsCode-1175Unable to get GKE cluster credentialssearch forum
Long Description

There was an error while fetching the GKE cluster credentials

Probable Cause

Suggested Remediation

Ensure that the GKE cluster name, zone, and project ID are correct, and that you have the necessary permissions to access the cluster

AlertErrConnectionTypeCode-1182search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrEncodingDataCode-1183search forum
Long Description

Probable Cause

Non supported characters in the data

Suggested Remediation

Ensure the content of the data provided does not contain invalid supported characters

AlertErrUnsupportedFormatCode-1184search forum
Long Description

Probable Cause

An unsupported output format was requested.

Suggested Remediation

Specify a supported output format. Choices are 'json' or 'yaml'.

AlertErrUploadFileWithParamsCode-1185search forum
Long Description

Probable Cause

File upload failed due to network issues or server errors

Suggested Remediation

Check your network connection and ensure the server is reachable.

AlertErrAwsEksGetCredentialsCode-1186Unable to get EKS cluster credentialssearch forum
Long Description

There was an error while fetching the EKS cluster credentials

Probable Cause

Suggested Remediation

Ensure that the EKS cluster name and region are correct, and that you have the necessary permissions to access the cluster

AlertErrReadKubeConfigCode-1187Unable to read kubeconfig filesearch forum
Long Description

There was an error reading the kubeconfig file

Probable Cause

Suggested Remediation

Please ensure that the kubeconfig file exists, content is valid and is accessible

AlertErrWriteKubeConfigCode-1188Unable to write kubeconfig filesearch forum
Long Description

There was an error writing the kubeconfig file

Probable Cause

Suggested Remediation

Please ensure that you have the necessary permissions to write to the kubeconfig file location

AlertErrAzureAksGetCredentialsCode-1189Unable to get AKS cluster credentialssearch forum
Long Description

There was an error while fetching the AKS cluster credentials

Probable Cause

Suggested Remediation

Ensure that the AKS cluster name and resource group are correct, and that you have the necessary permissions to access the cluster

AlertErrAzureCliNotFoundCode-1190Azure CLI not foundsearch forum
Long Description

The Azure CLI is required to create an AKS connection but was not found on your system

Probable Cause

Suggested Remediation

Please install the Azure CLI from https://learn.microsoft.com/en-us/cli/azure/install-azure-cli and ensure it is accessible in your system's PATH

AlertErrInvalidCommandCode-1191Invalid commandsearch forum
Long Description

Probable Cause

The provided command is not recognized

Suggested Remediation

Run 'mesheryctl design --help' to see available commands

AlertErrDesignNameOrIDNotSpecifiedCode-1192Design name or ID not specifiedsearch forum
Long Description

No design name or ID was provided

Probable Cause

Command requires a design name or ID as argument

Suggested Remediation

Provide a design name or ID, or use '-a' flag to view all designs.\nRun 'mesheryctl design view --help' for usage details

FatalErrReadInputCode-1193Unable to read the inputsearch forum
Long Description

Probable Cause

The provided input was invalid or could not be read

Suggested Remediation

Validate the input and try again.

AlertErrOutputFileNotSpecifiedCode-1194Output file path is not specified.search forum
Long Description

The output file path was not provided.

Probable Cause

An output file path must be specified to save the output.

Suggested Remediation

Provide a valid file path.

AlertErrCreateEnvironmentCode-1195search forum
Long Description

There was an error while creating the environment

Probable Cause

Ensure Meshery server is running and reachable Check if the organization ID is correct

Suggested Remediation

Start Meshery server and try again Provide a valid organization ID

FatalErrContextNotExistsCode-1196Unable to get context detailssearch forum
Long Description

Probable Cause

Non exists context name is provided

Suggested Remediation

Run `mesheryctl system context list` to see available context name

AlertErrConnectionNotFoundCode-1197Connection not foundsearch forum
Long Description

Probable Cause

The specified connection ID does not exist

Suggested Remediation

Verify the connection ID using `mesheryctl connection list`

AlertErrInvalidOutputFormatCode-1198Invalid Output Formatsearch forum
Long Description

Probable Cause

The specified output format is not supported

Suggested Remediation

AlertErrDesignInvalidApiResponseCode-1199Invalid API responsesearch forum
Long Description

Probable Cause

The API response is missing expected fields or has an unexpected format

Suggested Remediation

Ensure the Meshery server is running a compatible version Check for any issues with the Meshery server that may cause it to return malformed responses

Top

Meshery Library for meshery-adapter-library

SeverityError Name - CodeShort DescriptionDiscussion
ErrGetNameCode-1000search forum
Long Description

Probable Cause

Suggested Remediation

ErrCreateInstanceCode-1001search forum
Long Description

Probable Cause

Suggested Remediation

ErrMeshConfigCode-1002search forum
Long Description

Probable Cause

Suggested Remediation

ErrValidateKubeconfigCode-1003search forum
Long Description

Probable Cause

Suggested Remediation

ErrClientConfigCode-1004search forum
Long Description

Probable Cause

Suggested Remediation

ErrClientSetCode-1005search forum
Long Description

Probable Cause

Suggested Remediation

ErrStreamEventCode-1006search forum
Long Description

Probable Cause

Suggested Remediation

ErrOpInvalidCode-1007search forum
Long Description

Probable Cause

Suggested Remediation

ErrApplyOperationCode-1008search forum
Long Description

Probable Cause

Suggested Remediation

ErrListOperationsCode-1009search forum
Long Description

Probable Cause

Suggested Remediation

ErrNewSmiCode-1010search forum
Long Description

Probable Cause

Suggested Remediation

ErrRunSmiCode-1011search forum
Long Description

Probable Cause

Suggested Remediation

Top

Meshery Library for meshkit

SeverityError Name - CodeShort DescriptionDiscussion
AlertErrControllerCode-11071search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrConnectCode-11118Connection to broker failedsearch forum
Long Description

Probable Cause

Endpoint might not be reachable

Suggested Remediation

Make sure the NATS endpoint is reachable

AlertErrEncodedConnCode-11119Encoding connection failed with brokersearch forum
Long Description

Probable Cause

Endpoint might not be reachable

Suggested Remediation

Make sure the NATS endpoint is reachable

AlertErrPublishCode-11120Publish failedsearch forum
Long Description

Probable Cause

NATS is unhealthy

Suggested Remediation

Make sure NATS is up and running

AlertErrPublishRequestCode-11121Publish request failedsearch forum
Long Description

Probable Cause

NATS is unhealthy

Suggested Remediation

Make sure NATS is up and running

AlertErrQueueSubscribeCode-11122Subscription failedsearch forum
Long Description

Probable Cause

NATS is unhealthy

Suggested Remediation

Make sure NATS is up and running

AlertErrEmptyConfigCode-11123Config not initializedsearch forum
Long Description

Probable Cause

Viper is crashing

Suggested Remediation

Make sure viper is configured properly

FatalErrViperCode-11124Viper configuration initialization failedsearch forum
Long Description

Probable Cause

Viper is crashing

Suggested Remediation

Make sure viper is configured properly

FatalErrInMemCode-11125InMem configuration initialization failedsearch forum
Long Description

Probable Cause

In memory map is crashing

Suggested Remediation

Make sure map is configured properly

AlertErrNoneDatabaseCode-11126No Database selectedsearch forum
Long Description

Probable Cause

database name is empty

Suggested Remediation

Input a name for the database

AlertErrDatabaseOpenCode-11127Unable to open databasesearch forum
Long Description

Probable Cause

Database is unreachable

Suggested Remediation

Make sure your database is reachable

AlertErrSQLMapUnmarshalJSONCode-11128failed to unmarshal jsonsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrSQLMapUnmarshalTextCode-11129failed to unmarshal textsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrSQLMapMarshalValueCode-11130failed to marshal valuesearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrSQLMapUnmarshalScannedCode-11131failed to unmarshal scanned datasearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrSQLMapInvalidScanCode-11132invalid data type: expected []bytesearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrClosingDatabaseConnectionCode-11133failed to close database connectionsearch forum
Long Description

Probable Cause

Invalid database instance passed.

Suggested Remediation

Make sure the DB handler has a valid database instance.

AlertErrGetChartUrlCode-11134Could not get the chart url for this ArtifactHub packagesearch forum
Long Description

Probable Cause

Suggested Remediation

make sure that the package exists

AlertErrGetAhPackageCode-11135Could not get the ArtifactHub package with the given namesearch forum
Long Description

Probable Cause

Suggested Remediation

make sure that the package exists

AlertErrComponentGenerateCode-11136failed to generate components for the packagesearch forum
Long Description

Probable Cause

Suggested Remediation

Make sure that the package is compatible

AlertErrGetAllHelmPackagesCode-11137Could not get HELM packages from Artifacthubsearch forum
Long Description

Probable Cause

Suggested Remediation

make sure that the artifacthub API service is available

AlertErrUnsupportedRegistrantCode-11138unsupported registrantsearch forum
Long Description

Probable Cause

Select from one of the supported registrants

Suggested Remediation

Check docs for the list of supported registrants

AlertErrGenerateGitHubPackageCode-11139search forum
Long Description

Probable Cause

invalid sourceurl provided repository might be private

Suggested Remediation

provided sourceURL according to the format provide approparite credentials to clone a private repository

AlertErrInvalidGitHubSourceURLCode-11140search forum
Long Description

Probable Cause

sourceURL provided might be invalid provided repo/version tag does not exist

Suggested Remediation

ensure source url follows the format: git://<owner>/<repositoryname>/<branch>/<version>/<path from the root of repository>

AlertErrGetControllerStatusCode-11141Error getting the status of the meshery controllersearch forum
Long Description

Probable Cause

Controller may not be healthy or not deployed

Suggested Remediation

Make sure the controller is deployed and healthy

AlertErrDeployControllerCode-11142Error deploying Meshery Operatorsearch forum
Long Description

Probable Cause

Meshery Server could not connect to the Kubernetes cluster. Meshery Operator was not deployed Insufficient file permission to read kubeconfig

Suggested Remediation

Verify that the available kubeconfig is accessible by Meshery Server - verify sufficient file permissions (only needs read permission)

AlertErrGetControllerPublicEndpointCode-11143Could not get the public endpoint of the controllersearch forum
Long Description

Probable Cause

Client configuration may not be valid

Suggested Remediation

Make sure the client configuration is valid

AlertErrPrepareForEvalCode-11144error preparing for evaluationsearch forum
Long Description

Probable Cause

query might be empty rego store provided without associated transaction uncommitted transaction

Suggested Remediation

please provide the transaction for the loaded store

AlertErrEvalCode-11145error evaluating policy for the given inputsearch forum
Long Description

Probable Cause

The policy query is invalid, see: https://github.com/open-policy-agent/opa/blob/main/rego/resultset.go (Allowed func)

Suggested Remediation

please provide a valid non-empty query

AlertErrAppendingLayerCode-11147appending content to artifact failedsearch forum
Long Description

Probable Cause

layer is not compatible with the base image

Suggested Remediation

Try using a different base image use a different media type for the layer

AlertErrReadingFileCode-11148reading file failedsearch forum
Long Description

Probable Cause

failed to read the file Insufficient permissions

Suggested Remediation

Try using a different file check if appropriate read permissions are given to the file

AlertErrUnSupportedLayerTypeCode-11149unsupported layer typesearch forum
Long Description

Probable Cause

layer type is not supported

Suggested Remediation

Try using a different layer type

AlertErrGettingLayerCode-11150getting layer failedsearch forum
Long Description

Probable Cause

failed to get the layer

Suggested Remediation

Try using a different layer check if OCI image is not malformed

AlertErrCompressingLayerCode-11151compressing layer failedsearch forum
Long Description

Probable Cause

failed to compress the layer

Suggested Remediation

Try using a different layer check if layers are compatible with the base image

AlertErrUnTaringLayerCode-11152untaring layer failedsearch forum
Long Description

Probable Cause

failed to untar the layer

Suggested Remediation

Try using a different layer check if image is not malformed

AlertErrGettingImageCode-11153getting image failedsearch forum
Long Description

Probable Cause

failed to get the image

Suggested Remediation

Try using a different image check if image is not malformed

AlertErrValidatingImageCode-11154validating image failedsearch forum
Long Description

Probable Cause

failed to validate the image

Suggested Remediation

Try using a different image check if image is not malformed

AlertErrCrdGenerateCode-11155Could not generate component with the given CRDsearch forum
Long Description

Probable Cause

Suggested Remediation

Verify CRD has valid schema.

AlertErrDefinitionCode-11156Could not get definition for the given CRDsearch forum
Long Description

Probable Cause

Suggested Remediation

Verify CRD has valid schema.

ErrGetSchemaCode-11157search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrUpdateSchemaCode-11158Failed to update schema properties forsearch forum
Long Description

Probable Cause

Incorrect type assertion Selector.Unquoted might have been invoked on non-string label error during conversion from cue.Selector to string

Suggested Remediation

Ensure correct type assertion Perform appropriate conversion from cue.Selector to string Verify CRD has valid schema

ErrUnmarshalCode-11159search forum
Long Description

Probable Cause

Suggested Remediation

ErrUnmarshalInvalidCode-11160search forum
Long Description

Probable Cause

Suggested Remediation

ErrUnmarshalSyntaxCode-11161search forum
Long Description

Probable Cause

Suggested Remediation

ErrUnmarshalTypeCode-11162search forum
Long Description

Probable Cause

Suggested Remediation

ErrUnmarshalUnsupportedTypeCode-11163search forum
Long Description

Probable Cause

Suggested Remediation

ErrUnmarshalUnsupportedValueCode-11164search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrMarshalCode-11165Marshal error, Description: %ssearch forum
Long Description

Probable Cause

Invalid object format

Suggested Remediation

Make sure to input a valid JSON object

AlertErrGetBoolCode-11166Error while getting Boolean value for key: %s, error: %ssearch forum
Long Description

Probable Cause

Not a valid boolean

Suggested Remediation

Make sure it is a boolean

AlertErrInvalidProtocolCode-11167invalid protocol: only http, https and file are valid protocolssearch forum
Long Description

Probable Cause

Network protocol is incorrect

Suggested Remediation

Make sure to specify the right network protocol

AlertErrRemoteFileNotFoundCode-11168remote file not found atsearch forum
Long Description

Probable Cause

File doesnt exist in the location File name is incorrect

Suggested Remediation

Make sure to input the right file name and location

AlertErrReadingRemoteFileCode-11169error reading remote filesearch forum
Long Description

Probable Cause

File doesnt exist in the location File name is incorrect

Suggested Remediation

Make sure to input the right file name and location

AlertErrReadingLocalFileCode-11170error reading local filesearch forum
Long Description

Probable Cause

File does not exist in the location (~/.kube/config) File is absent. Filename is not 'config'. Insufficient permissions to read file

Suggested Remediation

Verify that the available kubeconfig is accessible by Meshery Server - verify sufficient file permissions (only needs read permission).

AlertErrReadFileCode-11171error reading filesearch forum
Long Description

Probable Cause

Insufficient permissions

Suggested Remediation

Verify that file exist at the provided location Verify sufficient file permissions.

AlertErrWriteFileCode-11172error writing filesearch forum
Long Description

Probable Cause

Insufficient write permissions

Suggested Remediation

Verify that file exist at the provided location Verify sufficient file permissions.

AlertErrGettingLatestReleaseTagCode-11173Could not fetch latest stable release from githubsearch forum
Long Description

Probable Cause

Failed to make GET request to github Invalid response received on github.com/<org>/<repo>/releases/stable

Suggested Remediation

Make sure Github is reachable Make sure a valid response is available on github.com/<org>/<repo>/releases/stable

AlertErrMissingFieldCode-11174Missing field or property with name:search forum
Long Description

Probable Cause

Invalid manifest

Suggested Remediation

Make sure that the concerned data type has all the required fields/values.

AlertErrExpectedTypeMismatchCode-11175Expected the type to be:search forum
Long Description

Probable Cause

Invalid manifest

Suggested Remediation

Make sure that the value provided in the manifest has the needed type.

AlertErrJsonToCueCode-11176Could not convert given json object into a CUE Valuesearch forum
Long Description

Probable Cause

Invalid json object

Suggested Remediation

Make sure that the given value is a valid JSON

AlertErrYamlToCueCode-11177Could not convert given yaml object into a CUE Valuesearch forum
Long Description

Probable Cause

Invalid yaml

Suggested Remediation

Make sure that the given value is a valid YAML

AlertErrJsonSchemaToCueCode-11178Could not convert given JsonSchema into a CUE Valuesearch forum
Long Description

Probable Cause

Invalid jsonschema

Suggested Remediation

Make sure that the given value is a valid JSONSCHEMA

AlertErrCueLookupCode-11179Could not lookup the given path in the CUE valuesearch forum
Long Description

Probable Cause

Suggested Remediation

make sure that the path is a valid cue expression and is correct make sure that there exists a field with the given path make sure that the given root value is correct

AlertErrTypeCastCode-11180invaid type assertion requestedsearch forum
Long Description

Probable Cause

The interface type is not compatible with the request type cast

Suggested Remediation

use correct data type for type casting

AlertErrCreateFileCode-11181search forum
Long Description

Probable Cause

invalid path provided insufficient permissions

Suggested Remediation

provide a valid path retry by using an absolute path check for sufficient permissions for the user

AlertErrCreateDirCode-11182search forum
Long Description

Probable Cause

invalid path provided insufficient permissions

Suggested Remediation

provide a valid path retry by using an absolute path check for sufficient permissions for the user

ErrDecodeYamlCode-11183search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrExtractTarXZCode-11184search forum
Long Description

Probable Cause

The gzip might be corrupt

Suggested Remediation

AlertErrExtractZipCode-11185search forum
Long Description

Probable Cause

The zip might be corrupt

Suggested Remediation

AlertErrReadDirCode-11186error reading directorysearch forum
Long Description

Probable Cause

Insufficient permissions

Suggested Remediation

Verify that directory exist at the provided location Verify sufficient directory read permission.

AlertErrLoadHelmChartCode-11188search forum
Long Description

Probable Cause

chart might have been deleted insufficient permissions to read the chart

Suggested Remediation

provide correct path to the chart directory/file ensure sufficient/correct permission to the chart directory/file

ErrGetDescriberFuncCode-11189search forum
Long Description

Probable Cause

Suggested Remediation

ErrApplyManifestCode-11190search forum
Long Description

Probable Cause

Suggested Remediation

ErrServiceDiscoveryCode-11191search forum
Long Description

Probable Cause

Suggested Remediation

ErrApplyHelmChartCode-11192search forum
Long Description

Probable Cause

Suggested Remediation

ErrNewKubeClientCode-11193search forum
Long Description

Probable Cause

Suggested Remediation

ErrNewDynClientCode-11194search forum
Long Description

Probable Cause

Suggested Remediation

ErrNewDiscoveryCode-11195search forum
Long Description

Probable Cause

Suggested Remediation

ErrNewInformerCode-11196search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrEndpointNotFoundCode-11197Unable to discover an endpointsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrInvalidAPIServerCode-11198Invalid API Server URLsearch forum
Long Description

Probable Cause

Suggested Remediation

ErrLoadConfigCode-11199search forum
Long Description

Probable Cause

Suggested Remediation

ErrValidateConfigCode-11200search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrCreatingHelmIndexCode-11201Error while creating Helm Indexsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrEntryWithAppVersionNotExistsCode-11202Entry for the app version does not existsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrHelmRepositoryNotFoundCode-11203Helm repo not foundsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrEntryWithChartVersionNotExistsCode-11204Entry for the chart version does not existsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrGettingResourceCode-11206search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrTraverserCode-11207search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrResourceCannotBeExposedCode-11208resource type %s cannot be exposed:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrSelectorBasedMapCode-11209search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrProtocolBasedMapCode-11210search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrLableBasedMapCode-11211search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrPortParsingCode-11212search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrGenerateServiceCode-11213search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrConstructingRestHelperCode-11214search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrCreatingServiceCode-11215search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrPodHasNoLabelsCode-11216the pod has no labels and cannot be exposedsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrServiceHasNoSelectorsCode-11217the service has no pod selector setsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrInvalidDeploymentNoSelectorsLabelsCode-11218the deployment has no labels or selectors and cannot be exposedsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrInvalidDeploymentNoSelectorsCode-11219invalid deployment: no selectors, therefore cannot be exposedsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrInvalidReplicaNoSelectorsLabelsCode-11220the replica set has no labels or selectors and cannot be exposedsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrInvalidReplicaSetNoSelectorsCode-11221invalid replicaset: no selectors, therefore cannot be exposedsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrNoPortsFoundForHeadlessResourceCode-11222no ports found for the non headless resourcesearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrUnknownSessionAffinityErrCode-11223unknown session affinity:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrMatchExpressionsConvertionErrCode-11224couldn't convert expressions - to map-based selector formatsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrFailedToExtractPodSelectorErrCode-11225cannot extract pod selector fromsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrFailedToExtractPortsCode-11226cannot extract ports fromsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrFailedToExtractProtocolsErrCode-11227cannot extract protocols fromsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrCannotExposeObjectErrCode-11228cannot expose asearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrCvrtKomposeCode-11229Error converting the docker compose file into kubernetes manifestssearch forum
Long Description

Probable Cause

Could not convert docker-compose file into kubernetes manifests

Suggested Remediation

Make sure the docker-compose file is valid

AlertErrValidateDockerComposeFileCode-11230Invalid docker compose filesearch forum
Long Description

Probable Cause

Suggested Remediation

Make sure that the compose file is valid, Make sure that the schema is valid

AlertErrIncompatibleVersionCode-11231This version of docker compose file is not compatible.search forum
Long Description

This docker compose file is invalid since it's version is incompatible.

Probable Cause

docker compose file with version greater than 3.3 is probably being used

Suggested Remediation

Make sure that the compose file has version less than or equal to 3.3,

AlertErrNoVersionCode-11232version not found in the docker compose filesearch forum
Long Description

Version field not found

Probable Cause

Since the Docker Compose specification does not mandate the version field from version 3 onwards, most sources do not provide them.

Suggested Remediation

Make sure that the compose file has version specified, Add any version less than or equal to 3.3 if you cannot get the exact version from the source

AlertErrGetSchemasCode-11234Error getting schemassearch forum
Long Description

Probable Cause

Schemas Json could not be produced from given crd.

Suggested Remediation

Make sure the filter passed is correct

AlertErrGetAPIVersionCode-11235Error getting api versionsearch forum
Long Description

Probable Cause

Api version could not be parsed

Suggested Remediation

Make sure the filter passed is correct

AlertErrGetAPIGroupCode-11236Error getting api groupsearch forum
Long Description

Probable Cause

Api group could not be parsed

Suggested Remediation

Make sure the filter passed is correct

AlertErrPopulatingYamlCode-11237Error populating yamlsearch forum
Long Description

Probable Cause

Yaml could not be populated with the returned manifests

Suggested Remediation

AlertErrAbsentFilterCode-11238Error with passed filterssearch forum
Long Description

Probable Cause

ItrFilter or ItrSpecFilter is either not passed or empty

Suggested Remediation

Pass the correct ItrFilter and ItrSpecFilter

AlertErrCreatingDirectoryCode-11239could not create directorysearch forum
Long Description

Probable Cause

proper file permissions were not set

Suggested Remediation

check the appropriate file permissions

AlertErrGetResourceIdentifierCode-11240Error extracting the resource identifier namesearch forum
Long Description

Probable Cause

Could not extract the value with the given filter configuration

Suggested Remediation

Make sure to input a valid manifest Make sure to provide the right filter configurations Make sure the filters are appropriate for the given manifest

AlertErrInvalidSizeFileCode-11241search forum
Long Description

Could not read the file while walking the repo

Probable Cause

Given file size is either 0 or exceeds the limit of 50 MB

Suggested Remediation

AlertErrCloningRepoCode-11242could not clone the reposearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrFileNotFoundCode-11244search forum
Long Description

Probable Cause

Suggested Remediation

Try using a different file check if file exists

ErrUnmarshalUnsupportedTypeCode-11250search forum
Long Description

Probable Cause

Suggested Remediation

ErrUnmarshalUnsupportedValueCode-11251search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrChartUrlEmptyCode-11252search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrNoPackageFoundCode-11253search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrUnknownKindCode-11254unsupported connection kind detectedsearch forum
Long Description

Probable Cause

The component's registrant is not supported by the version of server you are running

Suggested Remediation

Try upgrading to latest available version

ErrUnknownHostCode-11255search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrEmptySchemaCode-11256Empty schema for the componentsearch forum
Long Description

Empty schema for the component

Probable Cause

The schema is empty for the component.

Suggested Remediation

For the particular component the schema is empty. Use the docs or discussion forum for more details

AlertErrMarshalingRegisteryAttemptsCode-11257Error marshaling RegisterAttempts to JSONsearch forum
Long Description

Error marshaling RegisterAttempts to JSON:

Probable Cause

Suggested Remediation

AlertErrWritingRegisteryAttemptsCode-11258Error writing RegisteryAttempts JSON data to filesearch forum
Long Description

Error writing RegisteryAttempts JSON data to file:

Probable Cause

Suggested Remediation

AlertErrRegisteringEntityCode-11259search forum
Long Description

Probable Cause

Entity might be missing a required schema or have invalid json / yaml.

Suggested Remediation

Check `server/cmd/registery_attempts.json` for further details.

ErrUnknownHostInMapCode-11260search forum
Long Description

Probable Cause

Suggested Remediation

FatalErrCreatingUserDataDirectoryCode-11261Unable to create the directory for storing user data at:search forum
Long Description

Unable to create the directory for storing user data at:

Probable Cause

Suggested Remediation

ErrGetByIdCode-11262search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrSeekFailedCode-11263Unable to reset the position within the OCI data.search forum
Long Description

Probable Cause

The function attempted to move to the start of the data but failed. This could happen if the data is corrupted or not in the expected format.

Suggested Remediation

Ensure the input data is a valid OCI archive and try again. Check if the data is compressed correctly and is not corrupted.

AlertErrCreateLayerCode-11264Failed to create layersearch forum
Long Description

An error occurred while creating the layer for the image.

Probable Cause

Possible issues with file system, incorrect layer type, or other IO errors.

Suggested Remediation

Check the file system permissions and paths. Ensure the layer type is correct. Check for any underlying IO errors.

AlertErrSavingImageCode-11265Failed to save imagesearch forum
Long Description

An error occurred while saving the image.

Probable Cause

Possible issues with file system, insufficient disk space, , other IO errors.

Suggested Remediation

Check the file system permissions and available disk space. Ensure the file path is correct and accessible. Check for any underlying IO errors.

AlertErrInvalidVersionCode-11266invalid/incompatible semver versionsearch forum
Long Description

Probable Cause

version history for the content has been tampered outside meshery

Suggested Remediation

rolllback to one of the previous version

AlertErrDirPkgUnitParseFailCode-11267search forum
Long Description

Probable Cause

The directory might not have a valid model definition Might be some internal issues while walking the file tree

Suggested Remediation

Make sure that there is a valid model definition present in the directory. Meshery's registration pipeline currently does not support nested models, therefore the behaviour might be unexpected if it contains nested models. If there is an internal error, please try again after some time

AlertErrGetEntityCode-11268Could not parse the given data into any Meshery entitysearch forum
Long Description

Probable Cause

Entity definition might not be in accordance with it's corresponding schema Might be an invalid/unsupported schemaVersion

Suggested Remediation

Ensure that the definition given is in accordance with it's schema Ensure that the schemaVersion used is valid and is supported by Meshery

AlertErrRegisterEntityCode-11269search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrImportFailureCode-11270search forum
Long Description

Probable Cause

Entity definition might not be in accordance with schema Entity version might not be supported by Meshery

Suggested Remediation

See the registration logs (found at $HOME/.meshery/logs/registry/registry-logs.log) to find out which Entity failed to be imported with more specific error information.

AlertErrMissingRegistrantCode-11271search forum
Long Description

Meshery models are always registered in context of a registrant.

Probable Cause

Suggested Remediation

Make sure that the registrant information is present in the model definition

AlertErrSeedingComponentsCode-11272Failed to register the given models into meshery's registrysearch forum
Long Description

Probable Cause

Given models may not be in accordance with Meshery's schema Internal(OS level) error while reading files

Suggested Remediation

Make sure the models being seeded are valid in accordance with Meshery's schema If it is an internal error, please try again after some time

ErrInvalidSchemaVersionCode-11273search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrFileWalkDirCode-11274Error while walking through directorysearch forum
Long Description

Probable Cause

Suggested Remediation

Verify that the correct directory path is provided.

AlertErrRelPathCode-11275Error determining relative pathsearch forum
Long Description

Probable Cause

The user might not have sufficient permission.

Suggested Remediation

Verify the provided directory path is correct and if the user has sufficent permission.

AlertErrCopyFileCode-11276Error copying filesearch forum
Long Description

Probable Cause

The file might be corrupted.

Suggested Remediation

Verify the integrity of the file and try again.

AlertErrCloseFileCode-11277Error closing filesearch forum
Long Description

Probable Cause

The user might not have sufficient permission.

Suggested Remediation

Check for issues with file permissions or disk space and try again.

AlertErrOpenFileCode-11278unable to open file:search forum
Long Description

Probable Cause

The file does not exist in the location

Suggested Remediation

Make sure to upload the correct file

AlertErrGoogleJwtInvalidCode-11279Invalid JWT credentialssearch forum
Long Description

Probable Cause

Invalid JWT credentials

Suggested Remediation

Make sure to provide valid JWT credentials

AlertErrGoogleSheetSRVCode-11280Error while creating Google Sheets Servicesearch forum
Long Description

Probable Cause

Issue happened with Google Sheets Service

Suggested Remediation

Make you provide valid JWT credentials and Spreadsheet ID

AlertErrWritingIntoFileCode-11281search forum
Long Description

Probable Cause

Insufficient permissions to write into file file might be corrupted

Suggested Remediation

check if sufficient permissions are givent to the file check if the file is corrupted

ErrUnsupportedExtensionCode-11282search forum
Long Description

Probable Cause

Suggested Remediation

ErrUnsupportedExtensionForOperationCode-11283search forum
Long Description

Probable Cause

Suggested Remediation

ErrFailedToIdentifyFileCode-11284search forum
Long Description

Probable Cause

Suggested Remediation

ErrSanitizingFileCode-11285search forum
Long Description

Probable Cause

Suggested Remediation

ErrInvalidYamlCode-11286search forum
Long Description

Probable Cause

Suggested Remediation

ErrInvalidJsonCode-11287search forum
Long Description

Probable Cause

Suggested Remediation

ErrFailedToExtractTarCode-11288search forum
Long Description

Probable Cause

Suggested Remediation

ErrUnsupportedFileTypeCode-11289search forum
Long Description

Probable Cause

Suggested Remediation

ErrInvalidKubernetesManifestCode-11290search forum
Long Description

Probable Cause

Suggested Remediation

ErrInvalidMesheryDesignCode-11291search forum
Long Description

Probable Cause

Suggested Remediation

ErrInvalidHelmChartCode-11292search forum
Long Description

Probable Cause

Suggested Remediation

ErrInvalidDockerComposeCode-11293search forum
Long Description

Probable Cause

Suggested Remediation

ErrInvalidKustomizationCode-11294search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrNoTarInsideOCICode-11295No tar file found inside OCI imagesearch forum
Long Description

Unable to locate the compressed file(.tar.gz) inside the OCI image.

Probable Cause

The OCI image does not contain a ziped file.

Suggested Remediation

Verify that the OCI image contains a ziped file.

AlertErrEmptyOCIImageCode-11296search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrUnCompressOCIArtifactCode-11297Failed to uncompress OCI artifactsearch forum
Long Description

Probable Cause

unable to uncompress OCI artifact OCI artifact may be corrupted

Suggested Remediation

check if the OCI artifact is valid and not corrupted

AlertErrWaklingLocalDirectoryCode-11298Failed to walk local directorysearch forum
Long Description

Probable Cause

unable to walk local directory local directory may be corrupted

Suggested Remediation

check if the local directory is valid and not corrupted

AlertErrDecodePatternCode-11299Error failed to decode design data into go slicesearch forum
Long Description

Probable Cause

Suggested Remediation

ErrFileTypeNotSupportedForDesignConversionCode-11300search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrFileReadCode-11304File read errorsearch forum
Long Description

Probable Cause

The provided file is not present or has an invalid path.

Suggested Remediation

To proceed, provide a valid file path with a valid file.

AlertErrReadCSVRowCode-11306error reading csvsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrCSVFileNotFoundCode-11307error reading csv filesearch forum
Long Description

Probable Cause

Either or both model csv or component csv are absent, the csv is not of correct template

Suggested Remediation

verify the csv template

AlertErrUpdateComponentsCode-11308search forum
Long Description

Probable Cause

Component does not exist Component definition is corrupted

Suggested Remediation

Ensure existence of component, check for typo in component name Regenerate corrupted component

AlertErrGeneratesComponentCode-11309error generating comp %s of model %ssearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrUpdateRelationshipFileCode-11310error while comparing filessearch forum
Long Description

Probable Cause

Error occurred while comapring the new file and the existing relationship file generated from the spreadsheet

Suggested Remediation

Ensure that the new file is in the correct format and has the correct data

AlertErrModelTimeoutCode-11311search forum
Long Description

Probable Cause

The model source may be unresponsive Network connectivity issues Large number of components to generate for this model

Suggested Remediation

Try increasing the per-model timeout using --timeout flag Check network connectivity Review the source URL for the model

AlertErrModelSkippedCode-11312search forum
Long Description

Probable Cause

Model already exists and LatestVersionOnly is enabled

Suggested Remediation

This is expected behavior when LatestVersionOnly option is used

CriticalErrLoadPatternCode-11315Failed to load pattern filesearch forum
Long Description

Probable Cause

The pattern file might be invalid or inaccessible

Suggested Remediation

Verify the pattern file exists and has correct format

CriticalErrConvertK8sCode-11316Failed to convert to Kubernetes manifestsearch forum
Long Description

Probable Cause

The pattern might contain incompatible elements

Suggested Remediation

Verify the pattern content is valid for Kubernetes

CriticalErrCreateChartCode-11317Failed to create Helm chartsearch forum
Long Description

Probable Cause

File system permissions or disk space issues

Suggested Remediation

Check permissions and available disk space

CriticalErrHelmPackageCode-11318Helm packaging failedsearch forum
Long Description

Probable Cause

Issues with the Helm chart structure or configuration

Suggested Remediation

Verify the chart structure is valid for Helm

AlertErrGetControllerEndpointForPortCode-11319Could not get endpoint for port of the controllersearch forum
Long Description

Probable Cause

Client configuration may not be valid

Suggested Remediation

Make sure the client configuration is valid

Top

Meshery Adapter for meshery-nginx-sm

SeverityError Name - CodeShort DescriptionDiscussion
AlertErrEmptyConfigCode-1000Config is emptysearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrInstallBinaryCode-1001Failed to change permission of the binarysearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrGetLatestReleasesCode-1002Unable to fetch release infosearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrGetLatestReleaseNamesCode-1003Failed to extract release namessearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrStatusCheckCode-1004Error Bad Statussearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrUnmarshalCode-1005Unable to unmarshal the :search forum
Long Description

Probable Cause

Object is not a valid json object

Suggested Remediation

Make sure if the object passed is a valid json

AlertErrCustomOperationCode-1006Error with applying custom operationsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrInstallNginxCode-1007Error with Nginx installationsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrMeshConfigCode-1008Error configuration meshsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrClientConfigCode-1009Error setting client configsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrStreamEventCode-1010Error streaming eventssearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrSampleAppCode-1011Error with sample app operationsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrOpInvalidCode-1012Invalid operationsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrNilClientCode-1013kubernetes client not initializedsearch forum
Long Description

Kubernetes client is nil

Probable Cause

kubernetes client not initialized

Suggested Remediation

Reconnect the adaptor to Meshery server

AlertErrApplyHelmChartCode-1014Error occurred while applying Helm Chartsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrParseOAMComponentCode-1015error parsing the componentsearch forum
Long Description

Error occurred while parsing application component in the OAM request made by Meshery Server

Probable Cause

Could not unmarshall configuration component received via ProcessOAM gRPC call into a valid Component struct

Suggested Remediation

Check if Meshery Server is creating valid component for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also, check if Meshery Server and adapters are referring to same component struct provided in MeshKit.

AlertErrParseOAMConfigCode-1016error parsing the configurationsearch forum
Long Description

Error occurred while parsing configuration in the request made by Meshery Server

Probable Cause

Could not unmarshall OAM config received via ProcessOAM gRPC call into a valid Config struct

Suggested Remediation

Check if Meshery Server is creating valid config for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also, confirm that Meshery Server and Adapters are referring to same config struct provided in MeshKit

AlertErrProcessOAMCode-1017error performing OAM operationssearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrNginxCoreComponentFailCode-1018error in NGINX Service Mesh core componentsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrParseNginxCoreComponentCode-1019Failure to parse core component manifest for NGINX Service Meshsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrLoadNamespaceCode-1020Error occurred while applying namespacesearch forum
Long Description

Probable Cause

Trying to access a namespace which is not available

Suggested Remediation

Verify presence of namespace. Confirm Meshery ServiceAccount permissions

Top

Meshery Adapter for nsm

SeverityError Name - CodeShort DescriptionDiscussion
AlertErrEmptyConfigCode-1000Config is emptysearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrGetLatestReleasesCode-1001unable to fetch release info:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrGetLatestReleaseNamesCode-1002failed to extract release names:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrInstallNSMCode-1003Error with nsm operation:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrCreatingHelmIndexCode-1004Error with nsm operation:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrEntryWithAppVersionNotExistsCode-1005Entry: with app version : does not existssearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrHelmRepositoryNotFoundCode-1006Either the repo : does not exists or is corrupt:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrDecodeYamlCode-1007Error decoding yaml:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrMeshConfigCode-1008Error configuration mesh:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrApplyHelmChartCode-1009Error applying helm chart:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrConvertingAppVersionToChartVersionCode-1010Error converting app version to chart version:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrCreatingNSMMeshClientCode-1011Unable to create a new nsm client:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrSampleAppCode-1012Error with sample app operation:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrCustomOperationCode-1013Error with custom operation:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrOpInvalidCode-1014Invalid operationsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrLoadNamespaceCode-1015Error while labeling namespace:search forum
Long Description

Probable Cause

Suggested Remediation

Top

Meshery Adapter for meshery-osm

SeverityError Name - CodeShort DescriptionDiscussion
AlertErrInstallOSMCode-1000Error with osm operationsearch forum
Long Description

Error occurred while installing osm mesh through osmctl

Probable Cause

Suggested Remediation

AlertErrTarXZFCode-1001Error while extracting filesearch forum
Long Description

Probable Cause

The gzip might be corrupt

Suggested Remediation

Retry the operation

AlertErrMeshConfigCode-1002Error configuration meshsearch forum
Long Description

Error getting MeshSpecKey config from in-memory configuration

Probable Cause

Suggested Remediation

Reconnect the adaptor to the meshkit server

AlertErrRunOsmCtlCmdCode-1003Error running istioctl commandsearch forum
Long Description

Probable Cause

Corrupted istioctl binary Command might be invalid

Suggested Remediation

AlertErrDownloadBinaryCode-1004Error downloading osm binarysearch forum
Long Description

Error occurred while download osm binary from its github release

Probable Cause

Checkout https://docs.github.com/en/rest/reference/repos#releases for more details

Suggested Remediation

AlertErrInstallBinaryCode-1005Error installing osm binarysearch forum
Long Description

Probable Cause

Corrupted osm release binary Invalid installation location

Suggested Remediation

AlertErrSampleAppCode-1006Error with sample app operationsearch forum
Long Description

Error occurred while trying to install a sample application using manifests

Probable Cause

Invalid kubeclient config Invalid manifest

Suggested Remediation

Reconnect your adapter to meshery server to refresh the kubeclient

AlertErrCustomOperationCode-1007Error with custom operationsearch forum
Long Description

Error occurred while applying custom manifest to the cluster

Probable Cause

Invalid kubeclient config Invalid manifest

Suggested Remediation

Reupload the kubconfig in the Meshery Server and reconnect the adapter

AlertErrCreatingNSCode-1008Error creating namespacesearch forum
Long Description

Error occurred while applying manifest to create a namespace

Probable Cause

Invalid kubeclient config Invalid manifest

Suggested Remediation

Reupload the kubeconfig in the Meshery Server and reconnect the adapter

AlertErrRunExecutableCode-1009Error running executablesearch forum
Long Description

Probable Cause

Corrupted binary Invalid operation

Suggested Remediation

Check if the adaptor is executing a deprecated command

AlertErrSidecarInjectionCode-1010Error occurred while injection sidecarsearch forum
Long Description

Error occurred while injecting sidercar using osm(ctl) `osm namespace add/remove <name>`

Probable Cause

Corrupted binary Invalidoperation

Suggested Remediation

Check if the adaptor is executing a deprecated command

AlertErrOpInvalidCode-1011Invalid operationsearch forum
Long Description

Istio adapter received an invalid operation from the meshey server

Probable Cause

The operation is not supported by the adapter Invalid operation name

Suggested Remediation

Check if the operation name is valid and supported by the adapter

AlertErrApplyHelmChartCode-1012Error occurred while applying Helm Chartsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrNilClientCode-1013kubernetes client not initializedsearch forum
Long Description

Kubernetes client is nil

Probable Cause

kubernetes client not initialized

Suggested Remediation

Reconnect the adaptor to Meshery server

AlertErrInvalidOAMComponentTypeCode-1014invalid OAM component name:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrOSMCoreComponentFailCode-1015error in osm core componentsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrProcessOAMCode-1016error performing OAM operationssearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrParseOSMCoreComponentCode-1017osm core component manifest parsing failingsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrParseOAMComponentCode-1018error parsing the componentsearch forum
Long Description

Error occurred while parsing application component in the OAM request made by Meshery server

Probable Cause

Could not unmarshall configuration component received via ProcessOAM gRPC call into a valid Component struct

Suggested Remediation

Check if Meshery Server is creating valid component for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also check if Meshery Server and adapters are referring to same component struct provided in MeshKit.

AlertErrParseOAMConfigCode-1019error parsing the configurationsearch forum
Long Description

Error occurred while parsing configuration in the request made by Meshery Server

Probable Cause

Could not unmarshall OAM config received via ProcessOAM gRPC call into a valid Config struct

Suggested Remediation

Check if Meshery Server is creating valid config for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also, confirm that Meshery Server and Adapters are referring to same config struct provided in MeshKit

AlertErrGetLatestReleaseCode-1020Could not get latest versionsearch forum
Long Description

Probable Cause

Latest version could not be found at the specified url

Suggested Remediation

AlertErrLoadNamespaceCode-1021Error occurred while applying namespacesearch forum
Long Description

Probable Cause

Trying to access a namespace which is not available

Suggested Remediation

Verify presence of namespace. Confirm Meshery ServiceAccount permissions

AlertErrEmptyConfigCode-1022Config is emptysearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrGetLatestReleasesCode-1023Unable to fetch release infosearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrGetLatestReleaseNamesCode-1024Failed to extract release namessearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrGetManifestNamesCode-1025Unable to fetch manifest names from githubsearch forum
Long Description

Probable Cause

Suggested Remediation

Top

Meshery Adapter for meshery-traefik-mesh

SeverityError Name - CodeShort DescriptionDiscussion
AlertErrApplyHelmChartCode-1012Error occurred while applying Helm Chartsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrNilClientCode-1013kubernetes client not initializedsearch forum
Long Description

Kubernetes client is nil

Probable Cause

kubernetes client not initialized

Suggested Remediation

Reconnect the adapter to Meshery server

AlertErrInvalidOAMComponentTypeCode-1014invalid OAM component name:search forum
Long Description

Probable Cause

Suggested Remediation

AlertErrTraefikCoreComponentFailCode-1015error in Traefik core componentsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrProcessOAMCode-1016error performing OAM operationssearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrParseTraefikCoreComponentCode-1017Traefik core component manifest parsing failingsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrParseOAMComponentCode-1018error parsing the componentsearch forum
Long Description

Error occurred while parsing application component in the OAM request made by Meshery Server

Probable Cause

Could not unmarshall configuration component received via ProcessOAM gRPC call into a valid Component struct

Suggested Remediation

Check if Meshery Server is creating valid component for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also, check if Meshery Server and adapters are referring to same component struct provided in MeshKit.

AlertErrParseOAMConfigCode-1019error parsing the configurationsearch forum
Long Description

Error occurred while parsing configuration in the request made by Meshery Server

Probable Cause

Could not unmarshall OAM config received via ProcessOAM gRPC call into a valid Config struct

Suggested Remediation

Check if Meshery Server is creating valid config for ProcessOAM gRPC call. This error should never happen and can be reported as a bug in Meshery Server. Also, confirm that Meshery Server and Adapters are referring to same config struct provided in MeshKit

AlertErrGetLatestReleaseCode-1020Could not get latest versionsearch forum
Long Description

Probable Cause

Latest version could not be found at the specified url

Suggested Remediation

AlertErrEmptyConfigCode-1029Config is emptysearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrGetLatestReleasesCode-1030Unable to fetch release infosearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrGetLatestReleaseNamesCode-1031Failed to extract release namessearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrInstallTraefikCode-1032Error with traefik operationsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrCreatingHelmIndexCode-1033Error while creating Helm Indexsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrEntryWithAppVersionNotExistsCode-1034Entry for the app version does not existsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrHelmRepositoryNotFoundCode-1035Helm repo not foundsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrDecodeYamlCode-1036Error occurred while decoding YAMLsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrMeshConfigCode-1037Error configuration meshsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrConvertingAppVersionToChartVersionCode-1038Error occurred while converting app version to chart versionsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrCreatingTraefikMeshClientCode-1039Unable to create a new NSM clientsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrSampleAppCode-1040Error with sample app operationsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrCustomOperationCode-1041Error with custom operationsearch forum
Long Description

Probable Cause

Suggested Remediation

AlertErrOpInvalidCode-1042Invalid operationsearch forum
Long Description

Probable Cause

Suggested Remediation

Top