Error Code Reference
Error Codes and Troubleshooting
Meshery and its components use a common framework (defined within MeshKit) to generate and document an error with a unique error code identifier: the combination of Meshery component moniker and numberic code - [component-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.
Error codes are combination of component moniker and numberic code
Note: The numeric portion of error codes are component-scoped. The numeric portion of error codes are allowed to overlap between Meshery components. The combination of the `[component-moniker]-[numeric code]` is what makes a given error code globally unique.Error Code Categories by Component
Component Type | Component Name |
---|---|
adapter | meshery-cilium |
adapter | meshery-consul |
adapter | meshery-istio |
adapter | meshery-kuma |
adapter | meshery-linkerd |
component | meshery-server |
component | meshery-server |
library | meshery-adapter-library |
library | meshkit |
adapter | meshery-nginx-sm |
adapter | nsm |
adapter | meshery-osm |
adapter | meshery-traefik-mesh |
Meshery Adapter for meshery-cilium
Severity | Error Name - Code | Short Description |
---|---|---|
Alert |
ErrInstallCiliumCode-1000
|
Error with Cilium operation |
Long Description
Error occurred while installing Cilium mesh through Cilium Probable Cause
Suggested Remediation
|
||
Alert |
ErrTarXZFCode-1001
|
Error while extracting file |
Long Description
Probable Cause
The gzip might be corrupt Suggested Remediation
Retry the operation |
||
Alert |
ErrMeshConfigCode-1002
|
Error configuration mesh |
Long Description
Error getting MeshSpecKey config from in-memory configuration Probable Cause
Suggested Remediation
Reconnect the adaptor to the meshkit server |
||
Alert |
ErrRunCiliumCmdCode-1003
|
Error running cilium command |
Long Description
Probable Cause
Corrupted cilium binary Command might be invalid Suggested Remediation
|
||
Alert |
ErrDownloadBinaryCode-1004
|
Error downloading Cilium binary |
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
|
||
Alert |
ErrInstallBinaryCode-1005
|
Error installing Cilium binary |
Long Description
Probable Cause
Corrupted Cilium release binary Invalid installation location Suggested Remediation
|
||
Alert |
ErrSampleAppCode-1006
|
Error with sample app operation |
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 |
||
Alert |
ErrCustomOperationCode-1007
|
Error with custom operation |
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 |
||
Alert |
ErrCreatingNSCode-1008
|
Error creating namespace |
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 |
||
Alert |
ErrRunExecutableCode-1009
|
Error running executable |
Long Description
Probable Cause
Corrupted binary Invalid operation Suggested Remediation
Check if the adaptor is executing a deprecated command |
||
ErrSidecarInjectionCode-1010
|
||
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrOpInvalidCode-1011
|
Invalid operation |
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 |
||
Alert |
ErrApplyHelmChartCode-1012
|
Error occurred while applying Helm Chart |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrNilClientCode-1013
|
kubernetes client not initialized |
Long Description
Kubernetes client is nil Probable Cause
kubernetes client not initialized Suggested Remediation
Reconnect the adaptor to Meshery server |
||
Alert |
ErrInvalidOAMComponentTypeCode-1014
|
invalid OAM component name: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrCiliumCoreComponentFailCode-1015
|
error in Cilium core component |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrProcessOAMCode-1016
|
error performing OAM operations |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrParseCiliumCoreComponentCode-1017
|
Cilium core component manifest parsing failing |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrParseOAMComponentCode-1018
|
error parsing the component |
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 |
||
Alert |
ErrParseOAMConfigCode-1019
|
error parsing the configuration |
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 |
||
Alert |
ErrGetLatestReleaseCode-1020
|
Could not get latest version |
Long Description
Probable Cause
Latest version could not be found at the specified url Suggested Remediation
|
||
Alert |
ErrEmptyConfigCode-1021
|
Config is empty |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrGetLatestReleasesCode-1022
|
Unable to fetch release info |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrGetLatestReleaseNamesCode-1023
|
Failed to extract release names |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrGetManifestNamesCode-1024
|
Unable to fetch manifest names from github |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrMakingBinExecutableCode-1025
|
Error while making cilium cli an executable |
Long Description
Probable Cause
Download might be corrupted. Suggested Remediation
Please retry operation. |
||
Alert |
ErrLoadNamespaceCode-1026
|
Error occurred while applying namespace |
Long Description
Probable Cause
Trying to access a namespace which is not available Suggested Remediation
Verify presence of namespace. Confirm Meshery ServiceAccount permissions |
||
Alert |
ErrUnpackingTarCode-1027
|
Error occurred while unpacking tar |
Long Description
Probable Cause
The gzip might be corrupt Suggested Remediation
Please retry operation. |
||
Alert |
ErrUnzipFileCode-1028
|
Error while unzipping |
Long Description
Probable Cause
File might be corrupt Suggested Remediation
Please retry operation. |
||
Alert |
ErrDownloadingTarCode-1029
|
Error occurred while downloading Cilium tar |
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 |
||
Alert |
ErrGettingReleaseCode-1030
|
Could not get latest version |
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. |
||
Alert |
ErrFetchCiliumVersionsCode-1031
|
could not get any cilium versions |
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 |
Meshery Adapter for meshery-consul
Severity | Error Name - Code | Short Description |
---|---|---|
Alert |
ErrApplyOperationCode-1000
|
Error applying operation |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrParseOAMComponentCode-1001
|
error parsing the component |
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. |
||
Alert |
ErrParseOAMConfigCode-1002
|
error parsing the configuration |
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 |
||
Alert |
ErrProcessOAMCode-1003
|
error performing OAM operations |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrApplyHelmChartCode-1004
|
Error applying helm chart |
Long Description
Probable Cause
Chart could be invalid Suggested Remediation
Use `helm verify` and `helm lint` to verify chart path and validity |
||
Alert |
ErrMeshConfigCode-1005
|
Error configuration mesh |
Long Description
Error getting MeshSpecKey config from in-memory configuration Probable Cause
Suggested Remediation
|
||
Alert |
ErrConsulCoreComponentFailCode-1006
|
error in Consul core component |
Long Description
Probable Cause
API version or Kind passed is empty Suggested Remediation
Make sure API version and Kind are not empty |
||
Alert |
ErrParseConsulCoreComponentCode-1007
|
Consul core component manifest parsing failing |
Long Description
Probable Cause
Could not marshall generated component to YAML Suggested Remediation
|
||
Alert |
ErrGetLatestReleasesCode-1008
|
Unable to fetch release info |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrGetManifestNamesCode-1009
|
Unable to fetch manifest names from github |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrEmptyConfigCode-1010
|
Config is empty |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrLoadingPathsetCode-1011
|
Could not create a pathset for static component generation |
Long Description
Probable Cause
Suggested Remediation
|
Meshery Adapter for meshery-istio
Severity | Error Name - Code | Short Description |
---|---|---|
Alert |
ErrEmptyConfigCode-1000
|
Config is empty |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrGetLatestReleasesCode-1001
|
unable to fetch release info |
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
|
||
Alert |
ErrGetLatestReleaseNamesCode-1002
|
failed to extract release names |
Long Description
Probable Cause
Invalid release format Suggested Remediation
|
||
Alert |
ErrInstallUsingIstioctlCode-1003
|
Error with istio operation |
Long Description
Error occurred while installing istio mesh through istioctl Probable Cause
Suggested Remediation
|
||
Alert |
ErrUnzipFileCode-1004
|
Error while unzipping |
Long Description
Probable Cause
File might be corrupt Suggested Remediation
|
||
Alert |
ErrTarXZFCode-1005
|
Error while extracting file |
Long Description
Probable Cause
/The gzip might be corrupt Suggested Remediation
|
||
Alert |
ErrMeshConfigCode-1006
|
Error configuration mesh |
Long Description
Error getting MeshSpecKey config from in-memory configuration Probable Cause
Suggested Remediation
|
||
Alert |
ErrRunIstioCtlCmdCode-1007
|
Error running istioctl command |
Long Description
Probable Cause
Corrupted istioctl binary Command might be invalid Suggested Remediation
|
||
Alert |
ErrSampleAppCode-1008
|
Error with sample app operation |
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 |
||
Alert |
ErrEnvoyFilterCode-1009
|
Error with envoy filter operation |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrApplyPolicyCode-1010
|
Error with apply policy operation |
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 |
||
Alert |
ErrCustomOperationCode-1011
|
Error with custom operation |
Long Description
Error occurred while applying custom manifest to the cluster Probable Cause
Invalid kubeclient config Invalid manifest Suggested Remediation
|
||
Alert |
ErrAddonFromTemplateCode-1012
|
Error with addon install operation |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrInvalidInstallationProfileCode-1013
|
Error while installing istio due to wrong profile |
Long Description
Probable Cause
Invalid profile passed Suggested Remediation
Provide one of the profiles: \"demo\",\"minimal\",\"default\" profiles |
||
Alert |
ErrCreatingIstioClientCode-1014
|
Unable to create a new istio client |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrIstioVetSyncCode-1015
|
Failed to sync |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrIstioVetCode-1016
|
error while running Istio vet command |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrParseOAMComponentCode-1017
|
error parsing the component |
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. |
||
Alert |
ErrParseOAMConfigCode-1018
|
error parsing the configuration |
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 |
||
Alert |
ErrNilClientCode-1019
|
kubernetes client not initialized |
Long Description
Kubernetes client is nil Probable Cause
kubernetes client not initialized Suggested Remediation
Reconnect the adaptor to Meshery server |
||
Alert |
ErrParseIstioCoreComponentCode-1020
|
istio core component manifest parsing failing |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrInvalidOAMComponentTypeCode-1021
|
invalid OAM component name: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrOpInvalidCode-1022
|
Invalid operation |
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 |
||
Alert |
ErrIstioCoreComponentFailCode-1023
|
error in istio core component |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrProcessOAMCode-1024
|
error performing OAM operations |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrApplyHelmChartCode-1025
|
Error occurred while applying Helm Chart |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrGettingIstioReleaseCode-1026
|
Error occurred while fetching Istio release artifacts |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrUnsupportedPlatformCode-1027
|
requested platform is not supported by Istio |
Long Description
Istio only supports Windows, Linux and Darwin Probable Cause
Suggested Remediation
|
||
Alert |
ErrIstioctlNotFoundCode-1028
|
Unable to find Istioctl |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrDownloadingTarCode-1029
|
Error occurred while downloading Istio tar |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrUnpackingTarCode-1030
|
Error occurred while unpacking tar |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrMakingBinExecutableCode-1031
|
Error while making istioctl an executable |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrLoadNamespaceCode-1032
|
Error while labeling namespace: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrFetchIstioVersionsCode-1033
|
could not get any istio versions |
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 |
Meshery Adapter for meshery-kuma
Severity | Error Name - Code | Short Description |
---|---|---|
Alert |
ErrGetLatestReleasesCode-1000
|
unable to fetch release info |
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
|
||
Alert |
ErrGetLatestReleaseNamesCode-1001
|
failed to extract release names |
Long Description
Probable Cause
Invalid release format Suggested Remediation
|
||
Alert |
ErrOpInvalidCode-1002
|
Invalid operation |
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 |
||
Alert |
ErrInstallKumaCode-1003
|
Error with kuma operation |
Long Description
Error occurred while installing kuma mesh through kumactl Probable Cause
Suggested Remediation
|
||
Alert |
ErrMeshConfigCode-1004
|
Error configuration mesh |
Long Description
Error getting MeshSpecKey config from in-memory configuration Probable Cause
Suggested Remediation
Reconnect the adapter to the Meshery Server |
||
Alert |
ErrFetchManifestCode-1005
|
Error occurred while fetching the manifest |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrClientConfigCode-1006
|
Error occurred while setting client config |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrClientSetCode-1007
|
Error occurred while setting clientset |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrStreamEventCode-1008
|
Error occurred while streaming events |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrSampleAppCode-1009
|
Error with sample app operation |
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 |
||
Alert |
ErrGetKumactlCode-1010
|
Error getting kumactl comamndline |
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
|
||
Alert |
ErrDownloadBinaryCode-1011
|
Error downloading kuma binary |
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
|
||
Alert |
ErrInstallBinaryCode-1012
|
Error installing kumactl |
Long Description
Error occurred while installing kuma mesh through kumactl Probable Cause
Suggested Remediation
|
||
Alert |
ErrUntarCode-1013
|
Error while extracting file |
Long Description
Probable Cause
The gzip might be corrupt Suggested Remediation
Retry the operation |
||
Alert |
ErrUntarDefaultCode-1014
|
Error untaring opeartion default |
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 |
||
Alert |
ErrMoveBinaryCode-1015
|
Error occurred while moving the kumactl binary |
Long Description
Probable Cause
Meshery adapter might not have write access Suggested Remediation
|
||
Alert |
ErrCustomOperationCode-1016
|
Error with custom operation |
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 |
||
Alert |
ErrNilClientCode-1017
|
Kubernetes client not initialized |
Long Description
Kubernetes client is nil Probable Cause
Kubernetes client not initialized Suggested Remediation
Reconnect the adapter to Meshery Server |
||
Alert |
ErrApplyHelmChartCode-1018
|
Error with helm chart operation |
Long Description
Error occurred while applying Helm Chart Probable Cause
Suggested Remediation
Invalid helm chart configuration |
||
Alert |
ErrGetLatestReleaseCode-1019
|
Could not get latest version |
Long Description
Probable Cause
Latest version could not be found at the specified url Suggested Remediation
|
||
Alert |
ErrInvalidOAMComponentTypeCode-1021
|
invalid OAM component name: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrKumaCoreComponentFailCode-1022
|
error in kuma core component |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrProcessOAMCode-1023
|
error performing OAM operations |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrParseKumaCoreComponentCode-1024
|
kuma core component manifest parsing failing |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrParseOAMComponentCode-1025
|
error parsing the component |
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. |
||
Alert |
ErrParseOAMConfigCode-1026
|
error parsing the configuration |
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 |
||
Alert |
ErrEmptyConfigCode-1027
|
Config is empty |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrLoadNamespaceCode-1028
|
Error occurred while applying namespace |
Long Description
Probable Cause
Trying to access a namespace which is not available Suggested Remediation
Verify presence of namespace. Confirm Meshery ServiceAccount permissions |
Meshery Adapter for meshery-linkerd
Severity | Error Name - Code | Short Description |
---|---|---|
Alert |
ErrEmptyConfigCode-1000
|
Config is empty |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrGetLatestReleasesCode-1001
|
unable to fetch release info |
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
|
||
Alert |
ErrGetLatestReleaseNamesCode-1002
|
failed to extract release names |
Long Description
Probable Cause
Invalid release format Suggested Remediation
|
||
Alert |
ErrInstallLinkerdCode-1003
|
Error with Linkerd operation: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrMeshConfigCode-1004
|
Error configuration mesh: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrFetchManifestCode-1005
|
Error fetching mesh manifest: %s |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrDownloadBinaryCode-1006
|
Error downloading Linkerd binary: |
Long Description
Probable Cause
Checkout https://docs.github.com/en/rest/reference/repos#releases for more details Suggested Remediation
|
||
Alert |
ErrInstallBinaryCode-1007
|
Error installing Linkerd binary: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrClientConfigCode-1008
|
Error setting client config: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrClientSetCode-1009
|
Error setting clientset: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrSampleAppCode-1011
|
Error with sample app operation |
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 |
||
Alert |
ErrCustomOperationCode-1012
|
Error with custom operation |
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 |
||
Alert |
ErrOpInvalidCode-1013
|
Invalid operation |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrInvalidOAMComponentTypeCode-1014
|
invalid OAM component name: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrLinkerdCoreComponentFailCode-1015
|
error in linkerd core component |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrProcessOAMCode-1016
|
error performing OAM operations |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrParseLinkerdCoreComponentCode-1017
|
linkerd core component manifest parsing failing |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrParseOAMComponentCode-1018
|
error parsing the component |
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. |
||
Alert |
ErrParseOAMConfigCode-1019
|
error parsing the configuration |
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 |
||
Alert |
ErrApplyHelmChartCode-1020
|
error applying helm chart |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrNilClientCode-1021
|
Kubernetes client not initialized |
Long Description
Kubernetes client is nil Probable Cause
Kubernetes client not initialized Suggested Remediation
Reconnect the Meshery Adapter to Meshery Server |
||
Alert |
ErrAddonFromHelmCode-1022
|
Error with addon install operation by helm chart |
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
|
||
Alert |
ErrInvalidVersionForMeshInstallationCode-1023
|
Invalid version passed for helm based installation |
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 |
||
Alert |
ErrAnnotatingNamespaceCode-1024
|
Error with annotating namespace |
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 |
||
Alert |
ErrFetchLinkerdVersionsCode-1033
|
could not get any linkerd versions |
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 |
||
Fatal |
ErrCertEncodeCode-1101
|
Failed to encode: |
Long Description
Probable Cause
Suggested Remediation
|
||
Fatal |
ErrEncodeCertificatesPEMCode-1102
|
Failed to encode certificate PEM: |
Long Description
Probable Cause
Suggested Remediation
|
||
Fatal |
ErrEncodePrivateKeyPEMCode-1103
|
Failed to encode private key PEM: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrCreateRootCACode-1104
|
Failed to create Root CA: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrGeneratePKCode-1105
|
Failed to create Private Key: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrGenerateDefaultRootCACode-1106
|
Failed to create default Root CA: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrGetFileNamesCode-1107
|
failed to get filenames for dynamic component generation |
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 |
Meshery Server
Severity | Error Name - Code | Short Description |
---|---|---|
Fatal |
ErrCreatingUUIDInstanceCode-1001
|
Unable to create UUID instance |
Long Description
Unable to create UUID instance: Probable Cause
Suggested Remediation
|
||
Alert |
ErrRegisteringMesheryOAMTraitsCode-1002
|
Error registering local OAM traits |
Long Description
Error registering local OAM traits: Probable Cause
Suggested Remediation
|
||
Alert |
ErrRegisteringMesheryOAMWorkloadsCode-1003
|
Error registering local OAM workloads |
Long Description
Error registering local OAM workloads: Probable Cause
Suggested Remediation
|
||
Fatal |
ErrRetrievingUserHomeDirectoryCode-1004
|
Unable to retrieve the user's home directory |
Long Description
Unable to retrieve the user's home directory: Probable Cause
Suggested Remediation
|
||
Fatal |
ErrCreatingUserDataDirectoryCode-1005
|
Unable to create the directory for storing user data at: |
Long Description
Unable to create the directory for storing user data at: Probable Cause
Suggested Remediation
|
||
Fatal |
ErrCreatingMapPreferencePersisterInstanceCode-1006
|
Unable to create a new MapPreferencePersister instance |
Long Description
Unable to create a new MapPreferencePersister instance: Probable Cause
Suggested Remediation
|
||
Fatal |
ErrDatabaseAutoMigrationCode-1008
|
Unable to auto migrate to database |
Long Description
Unable to auto migrate to database: Probable Cause
Suggested Remediation
|
||
Alert |
ErrInvalidURLSkippingProviderCode-1009
|
is invalid url skipping provider |
Long Description
is invalid url skipping provider Probable Cause
Suggested Remediation
|
||
Fatal |
ErrListenAndServeCode-1010
|
ListenAndServe Error |
Long Description
ListenAndServe Error: Probable Cause
Suggested Remediation
|
||
Alert |
ErrCleaningUpLocalProviderCode-1011
|
Error cleaning up local provider |
Long Description
Error cleaning up local provider: Probable Cause
Suggested Remediation
|
||
Alert |
ErrClosingDatabaseInstanceCode-1012
|
Error closing database instance |
Long Description
Error closing database instance: Probable Cause
Suggested Remediation
|
||
Fatal |
ErrInitializingRegistryManagerCode-1013
|
could not initialize registry manager |
Long Description
Probable Cause
could not migrate tables into the database Suggested Remediation
make sure the database instance passed is not nil |
||
Alert |
ErrInvalidK8SConfigNilCode-1014
|
No valid kubernetes config found. Make sure to pass contextIDs in query parameters. |
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 |
||
Alert |
ErrNilClientCode-1015
|
Kubernetes client not initialized |
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 |
||
Alert |
ErrRecordPreferencesCode-1018
|
unable to save user config data |
Long Description
Probable Cause
User token might be invalid db might be corrupted Suggested Remediation
Relogin to Meshery |
||
Alert |
ErrGrafanaConfigCode-1019
|
Grafana endpoint not configured |
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 |
||
Alert |
ErrPrometheusConfigCode-1020
|
Prometheus endpoint not configured |
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 |
||
Alert |
ErrGrafanaQueryCode-1021
|
Unable to query grafana |
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 |
||
Alert |
ErrPrometheusQueryCode-1022
|
Unable to query prometheus |
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 |
||
Alert |
ErrPrometheusBoardsCode-1024
|
unable to get Prometheus boards |
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 |
||
Alert |
ErrStaticBoardsCode-1025
|
unable to get static board |
Long Description
unable to get static board Probable Cause
No boards could be available in grafana Suggested Remediation
|
||
Alert |
ErrRequestBodyCode-1026
|
unable to read the request body |
Long Description
Probable Cause
Request body is empty or faulty Suggested Remediation
Check if the request is sent with proper values |
||
Alert |
ErrParseBoolCode-1030
|
unable to parse : |
Long Description
Probable Cause
Failed due to invalid value of : Suggested Remediation
please provide a valid value for : |
||
Alert |
ErrStreamEventsCode-1031
|
There was an error connecting to the backend to get events |
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 |
||
Alert |
ErrStreamClientCode-1032
|
Event streaming ended |
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 |
||
Alert |
ErrPublishSmiResultsCode-1033
|
Error publishing SMI results |
Long Description
Probable Cause
Meshery Cloud is not functional or reachable Suggested Remediation
Make sure meshery cloud is up and reachable |
||
Alert |
ErrPluginOpenCode-1034
|
Error opening the plugin |
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 |
||
Alert |
ErrPluginLookupCode-1035
|
Error performing a plugin lookup |
Long Description
Probable Cause
Plugin is not available in the location Suggested Remediation
Make sure the plugin is compatible with Meshery server |
||
Alert |
ErrPluginRunCode-1036
|
Error running meshery plugin |
Long Description
Probable Cause
plugin does not match with meshery version Suggested Remediation
Make sure the plugin is compatible with Meshery server |
||
Alert |
ErrParseFormCode-1037
|
unable to parse form |
Long Description
Probable Cause
The data provided could be invalid Suggested Remediation
Make sure to enter valid parameters in the form |
||
Alert |
ErrQueryGetCode-1038
|
unable to get: |
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 |
||
Alert |
ErrGetResultCode-1039
|
unable to get result |
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 |
||
Alert |
ErrConvertToSpecCode-1040
|
unable to convert to spec |
Long Description
Probable Cause
The performance spec format is invalid Suggested Remediation
Make sure to provide the correct spec |
||
Alert |
ErrFetchSMIResultsCode-1041
|
unable to fetch SMI results |
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 |
||
Alert |
ErrFormFileCode-1042
|
error getting k8s file |
Long Description
Probable Cause
The kubeconfig file does not exist in the location Suggested Remediation
Make sure to upload the correct kubeconfig file |
||
Alert |
ErrReadConfigCode-1043
|
error reading config |
Long Description
Probable Cause
The kubeconfig file is empty or not valid Suggested Remediation
Make sure to upload the correct kubeconfig file |
||
Alert |
ErrLoadConfigCode-1044
|
unable to load kubernetes config |
Long Description
Probable Cause
The kubeconfig file is empty or not valid Suggested Remediation
Make sure to upload the correct kubeconfig file |
||
Alert |
ErrOpenFileCode-1045
|
unable to open file: |
Long Description
Probable Cause
The file does not exist in the location Suggested Remediation
Make sure to upload the correct file |
||
Alert |
ErrKubeVersionCode-1046
|
unable to get kubernetes version |
Long Description
Probable Cause
Kubernetes might not be reachable from meshery Suggested Remediation
Make sure meshery has connectivity to kubernetes |
||
Alert |
ErrAddAdapterCode-1047
|
meshLocationURL is empty |
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 |
||
Alert |
ErrRetrieveDataCode-1048
|
Unable to retrieve the requested data |
Long Description
Probable Cause
Adapter operation invalid Suggested Remediation
Make sure adapter is reachable and running |
||
Alert |
ErrValidAdapterCode-1049
|
Unable to find valid Adapter URL |
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 |
||
Alert |
ErrOperationIDCode-1050
|
Error generating the operation Id |
Long Description
Probable Cause
Adapter operation invalid Suggested Remediation
Make sure adapter is reachable and running |
||
Alert |
ErrMeshClientCode-1051
|
Error creating a mesh client Error pinging the mesh adapter |
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 |
||
Alert |
ErrApplyChangeCode-1052
|
Error applying the change |
Long Description
Probable Cause
Adapter operation invalid Suggested Remediation
Make sure adapter is reachable and running |
||
Alert |
ErrRetrieveMeshDataCode-1053
|
Error getting operations for the mesh Error getting service mesh name |
Long Description
Probable Cause
unable to retrieve the requested data Suggested Remediation
Make sure adapter is reachable and running |
||
Alert |
ErrApplicationFailureCode-1054
|
failed to the application |
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 |
||
Alert |
ErrDecodingCode-1055
|
Error decoding the : |
Long Description
Probable Cause
Object is not a valid json object Suggested Remediation
Make sure if the object passed is a valid json |
||
Alert |
ErrRetrieveUserTokenCode-1056
|
Failed to get the user token |
Long Description
Probable Cause
User token could be expired Suggested Remediation
Re-initiate login |
||
Alert |
ErrFailToSaveCode-1057
|
Failed to Save: |
Long Description
Probable Cause
Provider Database could be down or not reachable Suggested Remediation
Make sure provider is up and reachable |
||
Alert |
ErrFailToDeleteCode-1058
|
Failed to Delete: |
Long Description
Probable Cause
Provider Database could be down or not reachable Suggested Remediation
Make sure provider is up and reachable |
||
Alert |
ErrWriteResponseCode-1059
|
Error writing response |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrTestConfigsCode-1060
|
Error fetching test configs |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrInvalidGenValueCode-1061
|
Invalid value for gen |
Long Description
Probable Cause
Suggested Remediation
please provide a valid value for gen (load generator) |
||
Alert |
ErrFailToLoadExtensionsCode-1062
|
Failed to Load Extensions from Package |
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 |
||
Alert |
ErrConversionCode-1063
|
unable to convert YAML to JSON |
Long Description
Probable Cause
Yaml provided is not valid Suggested Remediation
Make sure the yaml is valid and has the right parameters |
||
Alert |
ErrParseDurationCode-1064
|
error parsing test duration |
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 |
||
Alert |
ErrLoadTestCode-1065
|
Load test error: |
Long Description
Probable Cause
Load test endpoint could be not reachable Suggested Remediation
Make sure load test endpoint is reachable |
||
Alert |
ErrFetchKubernetesCode-1066
|
unable to ping kubernetes unable to scan |
Long Description
Probable Cause
Kubernetes might not be reachable from meshery Suggested Remediation
Make sure meshery has connectivity to kubernetes |
||
Alert |
ErrPanicRecoveryCode-1067
|
Recovered from panic |
Long Description
Probable Cause
Meshery crashes Suggested Remediation
Restart Meshery |
||
Alert |
ErrBlankNameCode-1068
|
Error: name field is blank |
Long Description
Probable Cause
Load test name empty or not valid Suggested Remediation
Provide a name for the test |
||
Alert |
ErrInvalidLTURLCode-1069
|
invalid loadtest url: |
Long Description
Probable Cause
URL for load test could be invalid Suggested Remediation
please refer to: https://docs.meshery.io/tasks/performance-management |
||
Alert |
ErrVersionCompareCode-1070
|
failed to compare latest and current version of Meshery |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrSaveSessionCode-1071
|
unable to save session |
Long Description
Probable Cause
User session could be expired Suggested Remediation
Re-initiate login |
||
Alert |
ErrKubeClientCode-1072
|
Failed to Create Kube Client |
Long Description
Probable Cause
Check Kubernetes Suggested Remediation
Check your kubeconfig if valid Ensure meshery is able to reach the kubernetes cluster |
||
Alert |
ErrWorkloadDefinitionCode-1073
|
Failed to load Workload Definition |
Long Description
Probable Cause
Workload Definition is invalid or unable to process Suggested Remediation
Check Workload Definition |
||
Alert |
ErrTraitDefinitionCode-1074
|
Failed to Encode Trait Definition |
Long Description
Probable Cause
Trait Definition is invalid or unable to process Suggested Remediation
Check Trait Definition |
||
Alert |
ErrScopeDefinitionCode-1075
|
Failed to Encode Scope Definition |
Long Description
Probable Cause
Trait Definition is invalid or unable to process Suggested Remediation
Check Trait Definition |
||
Alert |
ErrPatternFileCode-1076
|
Failed to Parse design File |
Long Description
Probable Cause
Trait Definition is invalid or unable to process Suggested Remediation
Check Trait Definition |
||
Alert |
ErrExecutionPlanCode-1077
|
Failed to Create Execution Plan |
Long Description
Probable Cause
Trait Definition is invalid or unable to process Suggested Remediation
Check Trait Definition |
||
Alert |
ErrInvalidPatternCode-1078
|
Invalid design, execution is infeasible |
Long Description
Probable Cause
Trait Definition is invalid or unable to process Suggested Remediation
Check Trait Definition |
||
Alert |
ErrCompConfigPairsCode-1079
|
unable to Create Comp Config. |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrCreateDirCode-1080
|
Error creating directory |
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 |
||
Alert |
ErrInvalidRequestObjectCode-1081
|
Error invalid request object: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrChangeK8sContextCode-1082
|
Error changing context |
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 |
||
Alert |
ErrSavingUserPreferenceCode-1083
|
Error saving user preference. |
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 |
||
Alert |
ErrGetFilterCode-1084
|
Error failed to get filter |
Long Description
Probable Cause
Cannot get the filter with the given Filter ID Suggested Remediation
Check if the given Filter ID is correct |
||
Alert |
ErrSaveFilterCode-1085
|
Error failed to save filter |
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 |
||
Alert |
ErrDecodeFilterCode-1086
|
Error failed to decode filters data into go slice |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrEncodeFilterCode-1087
|
Error failed to encode filter |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrImportFilterCode-1088
|
Error failed to import filter |
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 |
||
Alert |
ErrFetchFilterCode-1089
|
Error failed to fetch filter |
Long Description
Probable Cause
Failed to retrieve the list of all the Filters Suggested Remediation
|
||
Alert |
ErrDeleteFilterCode-1090
|
Error failed to delete filter |
Long Description
Probable Cause
Failed to delete Filter with the given ID Suggested Remediation
Check if the Filter ID is correct |
||
Alert |
ErrSavePatternCode-1091
|
Error failed to save design |
Long Description
Probable Cause
Cannot save the design due to an invalid path or URL Suggested Remediation
Confirm the correct path / URL to the design |
||
Alert |
ErrSaveApplicationCode-1092
|
Error failed to save application |
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 |
||
Alert |
ErrGetPatternCode-1093
|
Error failed to get design |
Long Description
Probable Cause
Cannot get the design with the given design ID Suggested Remediation
Check if the given design ID is correct |
||
Alert |
ErrDeletePatternCode-1094
|
Error failed to delete design |
Long Description
Probable Cause
Failed to delete design with the given ID Suggested Remediation
Check if the design ID is correct |
||
Alert |
ErrFetchPatternCode-1095
|
Error failed to fetch design |
Long Description
Probable Cause
Failed to retrieve the list of all the designs Suggested Remediation
|
||
Alert |
ErrImportPatternCode-1096
|
Error failed to import design |
Long Description
Probable Cause
Cannot save the design due to wrong path or URL Suggested Remediation
Check if the given path or URL of the design is correct |
||
Alert |
ErrEncodePatternCode-1097
|
Error failed to encode design |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrDecodePatternCode-1098
|
Error failed to decode design data into go slice |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrParsePatternCode-1099
|
Error failed to parse pattern file |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrConvertPatternCode-1100
|
Error failed to convert design file to Cytoscape object |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrInvalidKubeConfigCode-1102
|
Invalid Kube Config |
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 |
||
Alert |
ErrInvalidKubeHandlerCode-1103
|
Invalid Kube Handler |
Long Description
Probable Cause
Meshery handler failed to find a valid kubernetes handler for the deployment Suggested Remediation
Try uploading a new kubeconfig and also ensure that meshery can reach kubernetes API server |
||
Alert |
ErrInvalidKubeContextCode-1104
|
Invalid Kube Context |
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 |
||
Alert |
ErrValidateCode-1106
|
failed to validate the given value against the schema |
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 |
||
Alert |
ErrApplicationContentCode-1107
|
failed to the application content |
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. |
||
Alert |
ErrClonePatternCode-1109
|
Error failed to clone design |
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 |
||
Alert |
ErrCloneFilterCode-1110
|
Error failed to clone filter |
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 |
||
Alert |
ErrGenerateComponentsCode-1111
|
failed to generate components for the given payload |
Long Description
Probable Cause
Suggested Remediation
Make sure the payload is valid |
||
Alert |
ErrPublishCatalogPatternCode-1112
|
Error failed to publish catalog design |
Long Description
Probable Cause
Failed to publish catalog design Suggested Remediation
Check if the design ID is correct and you are admin |
||
Alert |
ErrPublishCatalogFilterCode-1113
|
Error failed to publish catalog filter |
Long Description
Probable Cause
Failed to publish catalog filter Suggested Remediation
Check if the filter ID is correct and you are admin |
||
Alert |
ErrGetMeshModelsCode-1114
|
could not get meshmodel entitities |
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 |
||
Alert |
ErrGetUserDetailsCode-1115
|
could not get user details |
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 |
||
Alert |
ErrGetLatestVersionCode-1117
|
failed to get latest version of Meshery |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrCreateFileCode-1118
|
Could not create file |
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 |
||
Alert |
ErrLoadCertificateCode-1119
|
Could not load certificates associated with performance profile |
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 |
||
Alert |
ErrCleanupCertificateCode-1120
|
Could not delete certificates from |
Long Description
Probable Cause
might be due to insufficient permissions file was deleted manually Suggested Remediation
please delete the file if present, path: |
||
Alert |
ErrDownlaodWASMFileCode-1121
|
failed to the WASM file |
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 |
||
Alert |
ErrFetchProfileCode-1122
|
Error failed to fetch profile |
Long Description
Probable Cause
Invalid profile ID Suggested Remediation
Check if the profile ID is correct |
||
Alert |
ErrPerformanceTestCode-1123
|
Load test error |
Long Description
Probable Cause
Load test endpoint could be not reachable Suggested Remediation
Make sure load test endpoint is reachable |
||
Alert |
ErrFetchApplicationCode-1124
|
Error failed to fetch applications |
Long Description
Probable Cause
Remote provider might be not reachable. Token might have expired. Suggested Remediation
Refresh your browser |
||
Alert |
ErrDeleteApplicationCode-1125
|
Error failed to delete application |
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. |
||
Alert |
ErrGetEventsCode-1126
|
Could not retrieve events |
Long Description
Probable Cause
Request contains unknown query variables. Database is not reachable or corrupt. Suggested Remediation
Check the request URL and try again. |
||
Alert |
ErrUpdateEventCode-1127
|
|
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. |
||
Alert |
ErrDeleteEventCode-1128
|
|
Long Description
Probable Cause
Event might have been deleted and doesn't exist Database is corrupt. Suggested Remediation
Verify event filter settings Reset database. |
||
Alert |
ErrUnsupportedEventStatusCode-1129
|
|
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. |
||
Alert |
ErrErrNewDynamicClientGeneratorCode-1200
|
Unable to generate the dynamic client generator |
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 |
||
Alert |
ErrInvalidK8SConfigCode-1201
|
No valid kubernetes config found |
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 |
||
Alert |
ErrClientConfigCode-1202
|
Unable to create client config |
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 |
||
Alert |
ErrFetchKubernetesNodesCode-1203
|
Unable to fetch kubernetes nodes |
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 |
||
Alert |
ErrFetchNodesCode-1204
|
Unable to get the list of nodes |
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 |
||
Alert |
ErrFetchKubernetesVersionCode-1205
|
Unable to fetch kubernetes version |
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 |
||
Alert |
ErrScanKubernetesCode-1206
|
Unable to scan kubernetes |
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 |
||
Alert |
ErrRetrievePodListCode-1207
|
Unable to retrieve pod list |
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 |
||
Alert |
ErrDetectServiceForDeploymentImageCode-1208
|
Unable to detect service for deployment image |
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 |
||
Alert |
ErrRetrieveNamespacesListCode-1209
|
Unable to get the list of namespaces |
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 |
||
Alert |
ErrGetNamespaceDeploymentsCode-1210
|
Unable to get deployments in the namespace |
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 |
||
Alert |
ErrDetectServiceWithNameCode-1211
|
Unable to get services from the cluster with the name given in names parameter |
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 |
||
Alert |
ErrGeneratingLoadTestCode-1212
|
Unable to generate load test |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrRunningTestCode-1213
|
Unable to run test |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrConvertingResultToMapCode-1214
|
Unable to convert from the result to map |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrGrpcSupportCode-1216
|
does not support gRPC load testing |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrStartingNighthawkServerCode-1217
|
Unable to start the nighthawk server |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrTransformingDataCode-1218
|
Error while transforming data |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrRunningNighthawkServerCode-1219
|
Error while running nighthawk server |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrAddAndValidateExtraHeaderCode-1220
|
Unable to add and validate extra header |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrInClusterConfigCode-1221
|
Unable to load in-cluster kubeconfig |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrNewKubeClientGeneratorCode-1222
|
Unable to generate new kube dynamic client |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrRestConfigFromKubeConfigCode-1223
|
Unable to create rest config from kube congif |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrNewKubeClientCode-1224
|
Unable to create new kube client |
Long Description
Probable Cause
Suggested Remediation
|
||
Critical |
ErrAdapterInsufficientInformationCode-1226
|
Unable to process adapter request, incomplete request |
Long Description
Probable Cause
Suggested Remediation
|
||
Critical |
ErrDeployingAdapterInK8sEnvCode-1227
|
Unable to deploy adapter in k8s env |
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. |
||
Critical |
ErrUnDeployingAdapterInK8sEnvCode-1228
|
Unable to undeploy adapter in k8s env |
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. |
||
Critical |
ErrDeployingAdapterInDockerEnvCode-1229
|
Unable to deploy adapter in k8s env |
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. |
||
Critical |
ErrUnDeployingAdapterInDockerEnvCode-1230
|
Unable to undeploy Meshery Adapter in Kubernetes environment |
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. |
||
Critical |
ErrDeployingAdapterCode-1231
|
Unable to deploy Meshery Adapter in the current environment |
Long Description
Probable Cause
Your platform is not supported for deploying Meshery Adapters Suggested Remediation
Consider using a supported platform for deploying Meshery Adapters |
||
Critical |
ErrUnDeployingAdapterCode-1232
|
Unable to undeploy Meshery Adapter in the current environment |
Long Description
Probable Cause
Current platform is not supported for undeploying Meshery Adapters Suggested Remediation
Consider using a supported platform for undeploying Meshery Adapters |
||
Alert |
ErrClientSetCode-1233
|
Unable to create client set |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrNilClientCode-1300
|
Kubernetes client not initialized |
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 |
||
Alert |
ErrCreateDataCode-1301
|
Error while writing meshsync data |
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 |
||
Alert |
ErrQueryCode-1302
|
Error while querying data |
Long Description
Invalid Query performed in Meshery Database Probable Cause
Suggested Remediation
|
||
Alert |
ErrMeshsyncSubscriptionCode-1303
|
MeshSync Subscription failed |
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 |
||
Alert |
ErrMesheryClientCode-1304
|
Meshery kubernetes client not initialized |
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 |
||
Alert |
ErrSubscribeChannelCode-1305
|
Unable to subscribe to channel |
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 |
||
Alert |
ErrPublishBrokerCode-1306
|
Unable to publish to broker |
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 |
||
Alert |
ErrEmptyHandlerCode-1307
|
Database handler not initialized |
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 |
||
Alert |
ErrApplyHelmChartCode-1308
|
Error occurred while applying Helm Chart |
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 |
||
Alert |
ErrMesheryControllersStatusSubscriptionCode-1309
|
Could not create meshery controllers status subcription |
Long Description
Meshery controller handlers may not be available Probable Cause
Suggested Remediation
Make sure the controllers are deployed and their handlers are configured |
||
Alert |
ErrMeshSyncEventsSubscriptionCode-1310
|
Could not create MeshSync events subcription |
Long Description
Meshery controller handlers may not be available Probable Cause
Suggested Remediation
Make sure the controllers are deployed and their handlers are configured |
||
Alert |
ErrMesheryClientNilCode-1311
|
Meshery kubernetes client not initialized |
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 |
||
Alert |
ErrUpdateDataCode-1312
|
Error while updating meshsync data |
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 |
||
Alert |
ErrDeleteDataCode-1313
|
Error while deleting meshsync data |
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 |
||
Alert |
ErrResolverInvalidRequestCode-1350
|
Invalid query, please check syntax |
Long Description
The Graphql query requested is invalid Probable Cause
Suggested Remediation
Check the query parameters and syntax of the query being run |
||
Alert |
ErrResolverNilClientCode-1351
|
Kubernetes client not initialized |
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 |
||
Alert |
ErrResolverMeshsyncSubscriptionCode-1353
|
MeshSync Subscription failed |
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 |
||
Alert |
ErrResolverOperatorSubscriptionCode-1354
|
Operator Subscription failed |
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 |
||
Alert |
ErrAddonSubscriptionCode-1355
|
Addons Subscription failed |
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 |
||
Alert |
ErrResolverControlPlaneSubscriptionCode-1356
|
Control Plane Subscription failed |
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. |
||
Alert |
ErrMesheryClientCode-1357
|
Meshery kubernetes client not initialized |
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 |
||
Alert |
ErrResolverPublishBrokerCode-1358
|
Unable to publish to broker |
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 |
||
Alert |
ErrNoMeshSyncCode-1359
|
MeshSync disabled |
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 |
||
Alert |
ErrDataPlaneSubscriptionCode-1360
|
Data Plane Subscription failed |
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 |
||
Alert |
ErrBrokerNotConnectedCode-1361
|
Broker not connected |
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 |
||
Alert |
ErrGettingNamespaceCode-1362
|
Cannot get available namespaces |
Long Description
Probable Cause
The table in the database might not exist Suggested Remediation
|
||
Alert |
ErrFetchingPatternsCode-1363
|
Cannot fetch designs |
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 |
||
Alert |
ErrInvalidOAMTypeCode-1364
|
invalid oam type is requested |
Long Description
invalid oam type requested, supported types are workload, scope, trait Probable Cause
Suggested Remediation
|
||
Alert |
ErrKubectlDescribeCode-1365
|
failed to find the resource invalid resource type resource doens't exists |
Long Description
invalid kubernetes resource type or couldn't find the specified resource Probable Cause
Suggested Remediation
|
||
Alert |
ErrEmptyCurrentK8sContextCode-1366
|
Current kubernetes context is empty |
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 |
||
Alert |
ErrConfigurationPatternsCode-1367
|
Configuration Subscription failed |
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. |
||
Alert |
ErrConfigurationApplicationsCode-1368
|
Configuration Subscription failed |
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. |
||
Alert |
ErrConfigurationFiltersCode-1369
|
Configuration Subscription failed |
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. |
||
Alert |
ErrK8sContextCode-1370
|
Failed to get k8s context from remote provider |
Long Description
There might be something wrong with the Meshery or Meshery Cloud Probable Cause
Could be a network issue Suggested Remediation
|
||
Alert |
ErrClusterResourcesSubscriptionCode-1371
|
ClusterResources Subscription failed |
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. |
||
Alert |
ErrGettingClusterResourcesCode-1372
|
Unable to retrieve cluster resources |
Long Description
Probable Cause
Table in the database might not exists Suggested Remediation
|
||
Alert |
ErrMeshModelSummarySubscriptionCode-1373
|
MeshModelSummary Subscription failed |
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. |
||
Alert |
ErrGettingMeshModelSummaryCode-1374
|
Unable to retrieve MeshModel Summary |
Long Description
Probable Cause
Table in the database might not exists Suggested Remediation
|
||
Alert |
ErrGettingRegistryManagerCode-1375
|
Unable to retrieve Registry Manager |
Long Description
Probable Cause
Registry Manager might not exists Suggested Remediation
|
||
Alert |
ErrGettingTelemetryComponentsCode-1376
|
unable to retrieve telemetry components |
Long Description
Probable Cause
table in the database might be corrupted Suggested Remediation
try resetting database from settings |
||
Critical |
ErrAdapterInsufficientInformationCode-1377
|
Unable to process adapter request, incomplete request |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrPerformanceProfilesSubscriptionCode-1378
|
PerformanceProfiles Subscription failed |
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. |
||
Alert |
ErrPerformanceResultSubscriptionCode-1379
|
PerformanceResult Subscription failed |
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. |
||
Alert |
ErrGormDatabaseCode-1380
|
Database operation failed |
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. |
||
Alert |
ErrGetK8sComponentsCode-1400
|
Could not get K8s components for registration |
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 |
||
Alert |
ErrParseK8sManifestCode-1401
|
Failed to parse manifest into JSON |
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 |
||
Alert |
ErrCreatePatternServiceCode-1402
|
Failed to create design service from Manifest |
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 successfully identified and registered Kubernetes components |
||
Alert |
ErrPatternFromCytoscapeCode-1403
|
Could not create design file from given cytoscape |
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 |
||
Alert |
ErrGrafanaClientCode-1450
|
Unable to initialize Grafana Client |
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 |
||
Alert |
ErrPageSizeCode-1451
|
Unable to prase the Page Size |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrPageNumberCode-1452
|
Unable to prase the Page Numer |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrResultIDCode-1453
|
Given resultID is not valid |
Long Description
Given resultID is nil Probable Cause
Suggested Remediation
|
||
Alert |
ErrPerfIDCode-1454
|
Invalid peformance profile ID |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrMarshalCode-1455
|
Unable to marshal the : |
Long Description
Probable Cause
Object is not a valid json object Suggested Remediation
Make sure if the object passed has json tags |
||
Alert |
ErrUnmarshalCode-1456
|
Unable to unmarshal the : |
Long Description
Probable Cause
Object is not a valid json object Suggested Remediation
Make sure if the object passed is a valid json |
||
Alert |
ErrGenerateUUIDCode-1457
|
Unable to generate a new UUID |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrLocalProviderSupportCode-1458
|
Method not supported by local provider |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrGrafanaOrgCode-1459
|
Failed to get Org data from Grafana |
Long Description
Probable Cause
Invalid URL Invalid API-Key Suggested Remediation
|
||
Alert |
ErrGrafanaBoardsCode-1460
|
Unable to get Grafana Boards |
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 |
||
Alert |
ErrGrafanaDashboardCode-1461
|
Error getting grafana dashboard from UID |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrGrafanaDataSourceCode-1462
|
Error getting Grafana Board's Datasource |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrNilQueryCode-1463
|
Query data passed is nil |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrGrafanaDataCode-1464
|
Error getting data from Grafana API |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrApplicationFileNameCode-1465
|
Invalid Applicationfile |
Long Description
Name field is either not present or is not valid Probable Cause
Suggested Remediation
|
||
Alert |
ErrFilterFileNameCode-1466
|
Invalid Filterfile |
Long Description
Name field is either not present or is not valid Probable Cause
Suggested Remediation
|
||
Alert |
ErrPatternFileNameCode-1467
|
Invalid Patternfile |
Long Description
Name field is either not present or is not valid Probable Cause
Suggested Remediation
|
||
Alert |
ErrMakeDirCode-1468
|
Unable to create directory/folder |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrFolderStatCode-1469
|
Unable to find (os.stat) the folder |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrUserIDCode-1470
|
User ID is empty |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrDBConnectionCode-1471
|
Connection to DataBase does not exist |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrNilConfigDataCode-1472
|
Given config data is nil |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrDBOpenCode-1473
|
Unable to open the database |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrDBRLockCode-1474
|
Unable to obtain read lock from bitcask store |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrDBLockCode-1475
|
Unable to obtain write lock from bitcask store |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrDBReadCode-1476
|
Unable to read data from bitcast store |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrDBDeleteCode-1477
|
Unable to delete config data for the user |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrCopyCode-1478
|
Error occurred while copying |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrDBPutCode-1479
|
Unable to Persist config data. |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrPrometheusGetNodesCode-1480
|
Prometheus Client unable to get all nodes |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrPrometheusLabelSeriesCode-1481
|
Unable to get the label set series |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrPrometheusQueryRangeCode-1482
|
Unable to fetch data for the query |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrPrometheusStaticBoardCode-1483
|
Unbale to get Static Boards |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrTokenRefreshCode-1484
|
Error occurred while Refresing the token |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrGetTokenCode-1485
|
Error occurred while getting token from the Browser Cookie |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrDataReadCode-1486
|
Error occurred while reading from the Reader |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrTokenDecodeCode-1487
|
Error occurred while Decoding Token Data |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrNilJWKsCode-1488
|
Invalid JWks |
Long Description
Value of JWKs is nil Probable Cause
Suggested Remediation
|
||
Alert |
ErrNilKeysCode-1489
|
Key not found |
Long Description
JWK not found for the given KeyID Probable Cause
Suggested Remediation
|
||
Alert |
ErrTokenExpiredCode-1490
|
Token has expired |
Long Description
Token is invalid, it has expired Probable Cause
Suggested Remediation
|
||
Alert |
ErrTokenClaimsCode-1491
|
Error occurred while prasing claims |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrTokenClientCheckCode-1492
|
Error occurred while performing token check HTTP request |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrTokenPraseCode-1493
|
Error occurred while Prasing and validating the token |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrJWKsKeysCode-1494
|
Unable to fetch JWKs keys from the remote provider |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrDecodeBase64Code-1495
|
Error occurred while decoding base65 string |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrMarshalPKIXCode-1496
|
Error occurred while marshaling PKIX |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrEncodingPEMCode-1497
|
Error occurred while encoding jwk to pem |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrPraseUnverifiedCode-1498
|
Error occurred while prasing tokens (unverified) |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrEncodingCode-1499
|
Error encoding the : |
Long Description
Probable Cause
Object is not a valid json object Suggested Remediation
Make sure if the object passed is a valid json |
||
Alert |
ErrFetchCode-1500
|
Unable to fetch data from the Provider |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrPostCode-1501
|
Unable to post data to the Provider |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrDeleteCode-1502
|
Unable to de-register Meshery Server from Remote Provider |
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. |
||
Alert |
ErrInvalidCapabilityCode-1503
|
Capablity is not supported by your Provider |
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 |
||
Alert |
ErrResultDataCode-1504
|
given result data is nil |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrUnableToPersistsResultCode-1505
|
unable to persists the result data |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrValidURLCode-1506
|
Enter valid URLs |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrTestEndpointCode-1507
|
minimum one test endpoint needs to be specified |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrLoadgeneratorCode-1508
|
specify valid Loadgenerator |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrProtocolCode-1509
|
specify the Protocol for all clients |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrTestClientCode-1510
|
minimum one test client needs to be specified |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrParsingTestCode-1511
|
error parsing test duration, please refer to: https://docs.meshery.io/guides/mesheryctl#performance-management |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrFieldCode-1512
|
Error: name field is blank |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrFetchDataCode-1513
|
unable to fetch result data |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrIndexOutOfRangeCode-1514
|
Error: index out of range |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrSessionCopyCode-1515
|
Error: session copy error |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrSavingSeededComponentsCode-1516
|
Error while saving sample |
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'. |
||
Alert |
ErrGettingSeededComponentsCode-1517
|
Error while getting from sample content |
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. |
||
Alert |
ErrDownloadingSeededComponentsCode-1518
|
|
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 |
||
Alert |
ErrContextIDCode-1519
|
Error: Context ID is empty |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrMesheryInstanceIDCode-1520
|
Error: Meshery Instance ID is empty or is invalid |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrMesheryNotInClusterCode-1521
|
Error: Meshery is not running inside a cluster |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrBrokerNotFoundCode-1522
|
Meshery broker not found |
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 |
||
Alert |
ErrCreateOperatorDeploymentConfigCode-1523
|
Operator deployment configuration could not be created. |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrRequestMeshsyncStoreCode-1524
|
Meshsync store request could not be issued |
Long Description
Probable Cause
Suggested Remediation
Make sure meshery broker is healthy |
||
Alert |
ErrBrokerSubscriptionCode-1525
|
Could not subscribe to the broker subject |
Long Description
Probable Cause
Suggested Remediation
Make sure meshery broker is healthy |
||
Alert |
ErrContextAlreadyPersistedCode-1526
|
kubernetes context already persisted with provider |
Long Description
kubernetes context already persisted with provider Probable Cause
Suggested Remediation
|
||
Alert |
ErrGetPackageCode-1527
|
Could not get the package |
Long Description
Probable Cause
Suggested Remediation
Make sure the configurations are correct |
||
Alert |
ErrTokenRevokeCode-1528
|
Error occurred while revoking the token |
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). |
||
Alert |
ErrTokenIntrospectCode-1529
|
token introspection failed |
Long Description
Probable Cause
Invalid session token. Token has revoked. Suggested Remediation
Login again to establish a new session with valid token. |
||
Alert |
ErrShareDesignCode-1530
|
cannot make design public |
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 |
||
Alert |
ErrUnreachableRemoteProviderCode-1531
|
Could not reach remote provider |
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. |
||
Alert |
ErrShareFilterCode-1532
|
Cannot make filter public |
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. |
||
Alert |
ErrPersistEventCode-1533
|
Could not persist event |
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 |
||
Alert |
ErrUnreachableKubeAPICode-1534
|
|
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'. |
||
Alert |
ErrFlushMeshSyncDataCode-1535
|
Unable to flush MeshSync data for context %s at %s |
Long Description
Probable Cause
Meshery Database handler is not accessible to perform operations Suggested Remediation
Restart Meshery Server or Perform Hard Reset |
||
Alert |
ErrDryRunCode-1536
|
error performing a dry run on the design |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrBulkUpdateEventCode-1537
|
Could not update status for one or more events. |
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. |
||
Alert |
ErrBulkDeleteEventCode-1538
|
Could not delete one or more events. |
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. |
||
Alert |
ErrFetchMeshSyncResourcesCode-1539
|
Error fetching MeshSync resources DB might be corrupted |
Long Description
Probable Cause
MeshSync might not be reachable from meshery Suggested Remediation
Make sure meshery has connectivity to MeshSync Try restarting Meshery server |
||
Alert |
ErrUpdateConnectionStatusCode-1540
|
Unable to update connection status |
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 |
||
Alert |
ErrInvalidTransitionCode-1541
|
|
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrInvalidTransitionEventCode-1542
|
|
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrInititalizeK8sMachineCode-1543
|
Provided connection id is invalid |
Long Description
Probable Cause
Provided ID is not a valid uuid. Suggested Remediation
Hard delete and reinitialise the connection process. |
||
Alert |
ErrAssetMachineCtxCode-1544
|
type assertion of context to *kubernetes.MachineCtx failed |
Long Description
Probable Cause
The machine context has become invalid. Suggested Remediation
Retry the opereation or try archiving and reinitializing the connection |
||
Alert |
ErrCreatingKubernetesComponentsCode-1545
|
|
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 |
||
Alert |
ErrResultNotFoundCode-1546
|
|
Long Description
The record in the database does not exist. Probable Cause
The record might have been deleted. Suggested Remediation
|
||
Alert |
ErrPersistCredentialCode-1547
|
unable to persist credential details |
Long Description
Probable Cause
The credential object is not valid Suggested Remediation
Ensure all the required fields are provided |
||
Alert |
ErrPersistConnectionCode-1548
|
unable to persist connection details |
Long Description
Probable Cause
The connection object is not valid Suggested Remediation
Ensure all the required fields are provided |
||
Alert |
ErrPrometheusScanCode-1549
|
Unable to connect to prometheus |
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 |
||
Alert |
ErrGrafanaScanCode-1550
|
Unable to connect to grafana |
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 |
||
Alert |
ErrInvalidTypeCode-1551
|
Provided connection id is invalid |
Long Description
Probable Cause
Provided ID is not a valid uuid. Suggested Remediation
Hard delete and reinitialise the connection process. |
||
Alert |
ErrDesignSourceContentCode-1554
|
failed to the design content |
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. |
||
Alert |
ErrGetConnectionsCode-1555
|
Failed to retrieve connections |
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 |
||
Alert |
ErrAutoRegisterCode-1556
|
|
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrDBCreateCode-1557
|
Unable to create record |
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 |
||
Alert |
ErrSaveOCIArtifactCode-1558
|
Failed to persist OCI artifact |
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 |
||
Alert |
ErrIOReaderCode-1559
|
Failed to read from io.Reader |
Long Description
Probable Cause
unable to read from io.Reader Suggested Remediation
check if the io.Reader is valid |
||
Alert |
ErrUnCompressOCIArtifactCode-1560
|
Failed to uncompress OCI artifact |
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 |
||
Alert |
ErrWaklingLocalDirectoryCode-1561
|
Failed to walk local directory |
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 |
||
Alert |
ErrConvertingK8sManifestToDesignCode-1562
|
Failed to convert k8s manifest to design |
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 |
||
Alert |
ErrConvertingDockerComposeToDesignCode-1563
|
Failed to convert docker compose to design |
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 |
||
Alert |
ErrMarshallingDesignIntoYAMLCode-1564
|
Failed to marshal design into YAML |
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 |
||
Alert |
ErrConvertingHelmChartToDesignCode-1565
|
Failed to convert helm chart to design |
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 |
||
Alert |
ErrWritingIntoFileCode-1566
|
|
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 |
||
Alert |
ErrBuildOCIImgCode-1567
|
Failed to build OCI image |
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 |
||
Alert |
ErrInvalidUUIDCode-1568
|
invalid or empty uuid |
Long Description
Probable Cause
provided id is not a valid uuid Suggested Remediation
provide a valid uuid |
||
Fatal |
ErrInitializingKeysRegistrationCode-1569
|
could not initialize keys registry manager |
Long Description
Probable Cause
could not migrate tables into the database Suggested Remediation
make sure the database instance passed is not nil |
Meshery Server
Severity | Error Name - Code | Short Description |
---|---|---|
Fatal |
ErrCreatingUUIDInstanceCode-1001
|
Unable to create UUID instance |
Long Description
Unable to create UUID instance: Probable Cause
Suggested Remediation
|
||
Alert |
ErrRegisteringMesheryOAMTraitsCode-1002
|
Error registering local OAM traits |
Long Description
Error registering local OAM traits: Probable Cause
Suggested Remediation
|
||
Alert |
ErrRegisteringMesheryOAMWorkloadsCode-1003
|
Error registering local OAM workloads |
Long Description
Error registering local OAM workloads: Probable Cause
Suggested Remediation
|
||
Fatal |
ErrRetrievingUserHomeDirectoryCode-1004
|
Unable to retrieve the user's home directory |
Long Description
Unable to retrieve the user's home directory: Probable Cause
Suggested Remediation
|
||
Fatal |
ErrCreatingUserDataDirectoryCode-1005
|
Unable to create the directory for storing user data at: |
Long Description
Unable to create the directory for storing user data at: Probable Cause
Suggested Remediation
|
||
Fatal |
ErrCreatingMapPreferencePersisterInstanceCode-1006
|
Unable to create a new MapPreferencePersister instance |
Long Description
Unable to create a new MapPreferencePersister instance: Probable Cause
Suggested Remediation
|
||
Fatal |
ErrDatabaseAutoMigrationCode-1008
|
Unable to auto migrate to database |
Long Description
Unable to auto migrate to database: Probable Cause
Suggested Remediation
|
||
Alert |
ErrInvalidURLSkippingProviderCode-1009
|
is invalid url skipping provider |
Long Description
is invalid url skipping provider Probable Cause
Suggested Remediation
|
||
Fatal |
ErrListenAndServeCode-1010
|
ListenAndServe Error |
Long Description
ListenAndServe Error: Probable Cause
Suggested Remediation
|
||
Alert |
ErrCleaningUpLocalProviderCode-1011
|
Error cleaning up local provider |
Long Description
Error cleaning up local provider: Probable Cause
Suggested Remediation
|
||
Alert |
ErrClosingDatabaseInstanceCode-1012
|
Error closing database instance |
Long Description
Error closing database instance: Probable Cause
Suggested Remediation
|
||
Fatal |
ErrInitializingRegistryManagerCode-1013
|
could not initialize registry manager |
Long Description
Probable Cause
could not migrate tables into the database Suggested Remediation
make sure the database instance passed is not nil |
||
Alert |
ErrInvalidK8SConfigNilCode-1014
|
No valid kubernetes config found. Make sure to pass contextIDs in query parameters. |
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 |
||
Alert |
ErrNilClientCode-1015
|
Kubernetes client not initialized |
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 |
||
Alert |
ErrRecordPreferencesCode-1018
|
unable to save user config data |
Long Description
Probable Cause
User token might be invalid db might be corrupted Suggested Remediation
Relogin to Meshery |
||
Alert |
ErrGrafanaConfigCode-1019
|
Grafana endpoint not configured |
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 |
||
Alert |
ErrPrometheusConfigCode-1020
|
Prometheus endpoint not configured |
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 |
||
Alert |
ErrGrafanaQueryCode-1021
|
Unable to query grafana |
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 |
||
Alert |
ErrPrometheusQueryCode-1022
|
Unable to query prometheus |
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 |
||
Alert |
ErrPrometheusBoardsCode-1024
|
unable to get Prometheus boards |
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 |
||
Alert |
ErrStaticBoardsCode-1025
|
unable to get static board |
Long Description
unable to get static board Probable Cause
No boards could be available in grafana Suggested Remediation
|
||
Alert |
ErrRequestBodyCode-1026
|
unable to read the request body |
Long Description
Probable Cause
Request body is empty or faulty Suggested Remediation
Check if the request is sent with proper values |
||
Alert |
ErrParseBoolCode-1030
|
unable to parse : |
Long Description
Probable Cause
Failed due to invalid value of : Suggested Remediation
please provide a valid value for : |
||
Alert |
ErrStreamEventsCode-1031
|
There was an error connecting to the backend to get events |
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 |
||
Alert |
ErrStreamClientCode-1032
|
Event streaming ended |
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 |
||
Alert |
ErrPublishSmiResultsCode-1033
|
Error publishing SMI results |
Long Description
Probable Cause
Meshery Cloud is not functional or reachable Suggested Remediation
Make sure meshery cloud is up and reachable |
||
Alert |
ErrPluginOpenCode-1034
|
Error opening the plugin |
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 |
||
Alert |
ErrPluginLookupCode-1035
|
Error performing a plugin lookup |
Long Description
Probable Cause
Plugin is not available in the location Suggested Remediation
Make sure the plugin is compatible with Meshery server |
||
Alert |
ErrPluginRunCode-1036
|
Error running meshery plugin |
Long Description
Probable Cause
plugin does not match with meshery version Suggested Remediation
Make sure the plugin is compatible with Meshery server |
||
Alert |
ErrParseFormCode-1037
|
unable to parse form |
Long Description
Probable Cause
The data provided could be invalid Suggested Remediation
Make sure to enter valid parameters in the form |
||
Alert |
ErrQueryGetCode-1038
|
unable to get: |
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 |
||
Alert |
ErrGetResultCode-1039
|
unable to get result |
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 |
||
Alert |
ErrConvertToSpecCode-1040
|
unable to convert to spec |
Long Description
Probable Cause
The performance spec format is invalid Suggested Remediation
Make sure to provide the correct spec |
||
Alert |
ErrFetchSMIResultsCode-1041
|
unable to fetch SMI results |
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 |
||
Alert |
ErrFormFileCode-1042
|
error getting k8s file |
Long Description
Probable Cause
The kubeconfig file does not exist in the location Suggested Remediation
Make sure to upload the correct kubeconfig file |
||
Alert |
ErrReadConfigCode-1043
|
error reading config |
Long Description
Probable Cause
The kubeconfig file is empty or not valid Suggested Remediation
Make sure to upload the correct kubeconfig file |
||
Alert |
ErrLoadConfigCode-1044
|
unable to load kubernetes config |
Long Description
Probable Cause
The kubeconfig file is empty or not valid Suggested Remediation
Make sure to upload the correct kubeconfig file |
||
Alert |
ErrOpenFileCode-1045
|
unable to open file: |
Long Description
Probable Cause
The file does not exist in the location Suggested Remediation
Make sure to upload the correct file |
||
Alert |
ErrKubeVersionCode-1046
|
unable to get kubernetes version |
Long Description
Probable Cause
Kubernetes might not be reachable from meshery Suggested Remediation
Make sure meshery has connectivity to kubernetes |
||
Alert |
ErrAddAdapterCode-1047
|
meshLocationURL is empty |
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 |
||
Alert |
ErrRetrieveDataCode-1048
|
Unable to retrieve the requested data |
Long Description
Probable Cause
Adapter operation invalid Suggested Remediation
Make sure adapter is reachable and running |
||
Alert |
ErrValidAdapterCode-1049
|
Unable to find valid Adapter URL |
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 |
||
Alert |
ErrOperationIDCode-1050
|
Error generating the operation Id |
Long Description
Probable Cause
Adapter operation invalid Suggested Remediation
Make sure adapter is reachable and running |
||
Alert |
ErrMeshClientCode-1051
|
Error creating a mesh client Error pinging the mesh adapter |
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 |
||
Alert |
ErrApplyChangeCode-1052
|
Error applying the change |
Long Description
Probable Cause
Adapter operation invalid Suggested Remediation
Make sure adapter is reachable and running |
||
Alert |
ErrRetrieveMeshDataCode-1053
|
Error getting operations for the mesh Error getting service mesh name |
Long Description
Probable Cause
unable to retrieve the requested data Suggested Remediation
Make sure adapter is reachable and running |
||
Alert |
ErrApplicationFailureCode-1054
|
failed to the application |
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 |
||
Alert |
ErrDecodingCode-1055
|
Error decoding the : |
Long Description
Probable Cause
Object is not a valid json object Suggested Remediation
Make sure if the object passed is a valid json |
||
Alert |
ErrRetrieveUserTokenCode-1056
|
Failed to get the user token |
Long Description
Probable Cause
User token could be expired Suggested Remediation
Re-initiate login |
||
Alert |
ErrFailToSaveCode-1057
|
Failed to Save: |
Long Description
Probable Cause
Provider Database could be down or not reachable Suggested Remediation
Make sure provider is up and reachable |
||
Alert |
ErrFailToDeleteCode-1058
|
Failed to Delete: |
Long Description
Probable Cause
Provider Database could be down or not reachable Suggested Remediation
Make sure provider is up and reachable |
||
Alert |
ErrWriteResponseCode-1059
|
Error writing response |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrTestConfigsCode-1060
|
Error fetching test configs |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrInvalidGenValueCode-1061
|
Invalid value for gen |
Long Description
Probable Cause
Suggested Remediation
please provide a valid value for gen (load generator) |
||
Alert |
ErrFailToLoadExtensionsCode-1062
|
Failed to Load Extensions from Package |
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 |
||
Alert |
ErrConversionCode-1063
|
unable to convert YAML to JSON |
Long Description
Probable Cause
Yaml provided is not valid Suggested Remediation
Make sure the yaml is valid and has the right parameters |
||
Alert |
ErrParseDurationCode-1064
|
error parsing test duration |
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 |
||
Alert |
ErrLoadTestCode-1065
|
Load test error: |
Long Description
Probable Cause
Load test endpoint could be not reachable Suggested Remediation
Make sure load test endpoint is reachable |
||
Alert |
ErrFetchKubernetesCode-1066
|
unable to ping kubernetes unable to scan |
Long Description
Probable Cause
Kubernetes might not be reachable from meshery Suggested Remediation
Make sure meshery has connectivity to kubernetes |
||
Alert |
ErrPanicRecoveryCode-1067
|
Recovered from panic |
Long Description
Probable Cause
Meshery crashes Suggested Remediation
Restart Meshery |
||
Alert |
ErrBlankNameCode-1068
|
Error: name field is blank |
Long Description
Probable Cause
Load test name empty or not valid Suggested Remediation
Provide a name for the test |
||
Alert |
ErrInvalidLTURLCode-1069
|
invalid loadtest url: |
Long Description
Probable Cause
URL for load test could be invalid Suggested Remediation
please refer to: https://docs.meshery.io/tasks/performance-management |
||
Alert |
ErrVersionCompareCode-1070
|
failed to compare latest and current version of Meshery |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrSaveSessionCode-1071
|
unable to save session |
Long Description
Probable Cause
User session could be expired Suggested Remediation
Re-initiate login |
||
Alert |
ErrKubeClientCode-1072
|
Failed to Create Kube Client |
Long Description
Probable Cause
Check Kubernetes Suggested Remediation
Check your kubeconfig if valid Ensure meshery is able to reach the kubernetes cluster |
||
Alert |
ErrWorkloadDefinitionCode-1073
|
Failed to load Workload Definition |
Long Description
Probable Cause
Workload Definition is invalid or unable to process Suggested Remediation
Check Workload Definition |
||
Alert |
ErrTraitDefinitionCode-1074
|
Failed to Encode Trait Definition |
Long Description
Probable Cause
Trait Definition is invalid or unable to process Suggested Remediation
Check Trait Definition |
||
Alert |
ErrScopeDefinitionCode-1075
|
Failed to Encode Scope Definition |
Long Description
Probable Cause
Trait Definition is invalid or unable to process Suggested Remediation
Check Trait Definition |
||
Alert |
ErrPatternFileCode-1076
|
Failed to Parse design File |
Long Description
Probable Cause
Trait Definition is invalid or unable to process Suggested Remediation
Check Trait Definition |
||
Alert |
ErrExecutionPlanCode-1077
|
Failed to Create Execution Plan |
Long Description
Probable Cause
Trait Definition is invalid or unable to process Suggested Remediation
Check Trait Definition |
||
Alert |
ErrInvalidPatternCode-1078
|
Invalid design, execution is infeasible |
Long Description
Probable Cause
Trait Definition is invalid or unable to process Suggested Remediation
Check Trait Definition |
||
Alert |
ErrCompConfigPairsCode-1079
|
unable to Create Comp Config. |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrCreateDirCode-1080
|
Error creating directory |
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 |
||
Alert |
ErrInvalidRequestObjectCode-1081
|
Error invalid request object: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrChangeK8sContextCode-1082
|
Error changing context |
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 |
||
Alert |
ErrSavingUserPreferenceCode-1083
|
Error saving user preference. |
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 |
||
Alert |
ErrGetFilterCode-1084
|
Error failed to get filter |
Long Description
Probable Cause
Cannot get the filter with the given Filter ID Suggested Remediation
Check if the given Filter ID is correct |
||
Alert |
ErrSaveFilterCode-1085
|
Error failed to save filter |
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 |
||
Alert |
ErrDecodeFilterCode-1086
|
Error failed to decode filters data into go slice |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrEncodeFilterCode-1087
|
Error failed to encode filter |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrImportFilterCode-1088
|
Error failed to import filter |
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 |
||
Alert |
ErrFetchFilterCode-1089
|
Error failed to fetch filter |
Long Description
Probable Cause
Failed to retrieve the list of all the Filters Suggested Remediation
|
||
Alert |
ErrDeleteFilterCode-1090
|
Error failed to delete filter |
Long Description
Probable Cause
Failed to delete Filter with the given ID Suggested Remediation
Check if the Filter ID is correct |
||
Alert |
ErrSavePatternCode-1091
|
Error failed to save design |
Long Description
Probable Cause
Cannot save the design due to an invalid path or URL Suggested Remediation
Confirm the correct path / URL to the design |
||
Alert |
ErrSaveApplicationCode-1092
|
Error failed to save application |
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 |
||
Alert |
ErrGetPatternCode-1093
|
Error failed to get design |
Long Description
Probable Cause
Cannot get the design with the given design ID Suggested Remediation
Check if the given design ID is correct |
||
Alert |
ErrDeletePatternCode-1094
|
Error failed to delete design |
Long Description
Probable Cause
Failed to delete design with the given ID Suggested Remediation
Check if the design ID is correct |
||
Alert |
ErrFetchPatternCode-1095
|
Error failed to fetch design |
Long Description
Probable Cause
Failed to retrieve the list of all the designs Suggested Remediation
|
||
Alert |
ErrImportPatternCode-1096
|
Error failed to import design |
Long Description
Probable Cause
Cannot save the design due to wrong path or URL Suggested Remediation
Check if the given path or URL of the design is correct |
||
Alert |
ErrEncodePatternCode-1097
|
Error failed to encode design |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrDecodePatternCode-1098
|
Error failed to decode design data into go slice |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrParsePatternCode-1099
|
Error failed to parse pattern file |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrConvertPatternCode-1100
|
Error failed to convert design file to Cytoscape object |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrInvalidKubeConfigCode-1102
|
Invalid Kube Config |
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 |
||
Alert |
ErrInvalidKubeHandlerCode-1103
|
Invalid Kube Handler |
Long Description
Probable Cause
Meshery handler failed to find a valid kubernetes handler for the deployment Suggested Remediation
Try uploading a new kubeconfig and also ensure that meshery can reach kubernetes API server |
||
Alert |
ErrInvalidKubeContextCode-1104
|
Invalid Kube Context |
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 |
||
Alert |
ErrValidateCode-1106
|
failed to validate the given value against the schema |
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 |
||
Alert |
ErrApplicationContentCode-1107
|
failed to the application content |
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. |
||
Alert |
ErrClonePatternCode-1109
|
Error failed to clone design |
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 |
||
Alert |
ErrCloneFilterCode-1110
|
Error failed to clone filter |
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 |
||
Alert |
ErrGenerateComponentsCode-1111
|
failed to generate components for the given payload |
Long Description
Probable Cause
Suggested Remediation
Make sure the payload is valid |
||
Alert |
ErrPublishCatalogPatternCode-1112
|
Error failed to publish catalog design |
Long Description
Probable Cause
Failed to publish catalog design Suggested Remediation
Check if the design ID is correct and you are admin |
||
Alert |
ErrPublishCatalogFilterCode-1113
|
Error failed to publish catalog filter |
Long Description
Probable Cause
Failed to publish catalog filter Suggested Remediation
Check if the filter ID is correct and you are admin |
||
Alert |
ErrGetMeshModelsCode-1114
|
could not get meshmodel entitities |
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 |
||
Alert |
ErrGetUserDetailsCode-1115
|
could not get user details |
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 |
||
Alert |
ErrGetLatestVersionCode-1117
|
failed to get latest version of Meshery |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrCreateFileCode-1118
|
Could not create file |
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 |
||
Alert |
ErrLoadCertificateCode-1119
|
Could not load certificates associated with performance profile |
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 |
||
Alert |
ErrCleanupCertificateCode-1120
|
Could not delete certificates from |
Long Description
Probable Cause
might be due to insufficient permissions file was deleted manually Suggested Remediation
please delete the file if present, path: |
||
Alert |
ErrDownlaodWASMFileCode-1121
|
failed to the WASM file |
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 |
||
Alert |
ErrFetchProfileCode-1122
|
Error failed to fetch profile |
Long Description
Probable Cause
Invalid profile ID Suggested Remediation
Check if the profile ID is correct |
||
Alert |
ErrPerformanceTestCode-1123
|
Load test error |
Long Description
Probable Cause
Load test endpoint could be not reachable Suggested Remediation
Make sure load test endpoint is reachable |
||
Alert |
ErrFetchApplicationCode-1124
|
Error failed to fetch applications |
Long Description
Probable Cause
Remote provider might be not reachable. Token might have expired. Suggested Remediation
Refresh your browser |
||
Alert |
ErrDeleteApplicationCode-1125
|
Error failed to delete application |
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. |
||
Alert |
ErrGetEventsCode-1126
|
Could not retrieve events |
Long Description
Probable Cause
Request contains unknown query variables. Database is not reachable or corrupt. Suggested Remediation
Check the request URL and try again. |
||
Alert |
ErrUpdateEventCode-1127
|
|
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. |
||
Alert |
ErrDeleteEventCode-1128
|
|
Long Description
Probable Cause
Event might have been deleted and doesn't exist Database is corrupt. Suggested Remediation
Verify event filter settings Reset database. |
||
Alert |
ErrUnsupportedEventStatusCode-1129
|
|
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. |
||
Alert |
ErrErrNewDynamicClientGeneratorCode-1200
|
Unable to generate the dynamic client generator |
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 |
||
Alert |
ErrInvalidK8SConfigCode-1201
|
No valid kubernetes config found |
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 |
||
Alert |
ErrClientConfigCode-1202
|
Unable to create client config |
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 |
||
Alert |
ErrFetchKubernetesNodesCode-1203
|
Unable to fetch kubernetes nodes |
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 |
||
Alert |
ErrFetchNodesCode-1204
|
Unable to get the list of nodes |
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 |
||
Alert |
ErrFetchKubernetesVersionCode-1205
|
Unable to fetch kubernetes version |
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 |
||
Alert |
ErrScanKubernetesCode-1206
|
Unable to scan kubernetes |
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 |
||
Alert |
ErrRetrievePodListCode-1207
|
Unable to retrieve pod list |
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 |
||
Alert |
ErrDetectServiceForDeploymentImageCode-1208
|
Unable to detect service for deployment image |
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 |
||
Alert |
ErrRetrieveNamespacesListCode-1209
|
Unable to get the list of namespaces |
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 |
||
Alert |
ErrGetNamespaceDeploymentsCode-1210
|
Unable to get deployments in the namespace |
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 |
||
Alert |
ErrDetectServiceWithNameCode-1211
|
Unable to get services from the cluster with the name given in names parameter |
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 |
||
Alert |
ErrGeneratingLoadTestCode-1212
|
Unable to generate load test |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrRunningTestCode-1213
|
Unable to run test |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrConvertingResultToMapCode-1214
|
Unable to convert from the result to map |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrGrpcSupportCode-1216
|
does not support gRPC load testing |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrStartingNighthawkServerCode-1217
|
Unable to start the nighthawk server |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrTransformingDataCode-1218
|
Error while transforming data |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrRunningNighthawkServerCode-1219
|
Error while running nighthawk server |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrAddAndValidateExtraHeaderCode-1220
|
Unable to add and validate extra header |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrInClusterConfigCode-1221
|
Unable to load in-cluster kubeconfig |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrNewKubeClientGeneratorCode-1222
|
Unable to generate new kube dynamic client |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrRestConfigFromKubeConfigCode-1223
|
Unable to create rest config from kube congif |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrNewKubeClientCode-1224
|
Unable to create new kube client |
Long Description
Probable Cause
Suggested Remediation
|
||
Critical |
ErrAdapterInsufficientInformationCode-1226
|
Unable to process adapter request, incomplete request |
Long Description
Probable Cause
Suggested Remediation
|
||
Critical |
ErrDeployingAdapterInK8sEnvCode-1227
|
Unable to deploy adapter in k8s env |
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. |
||
Critical |
ErrUnDeployingAdapterInK8sEnvCode-1228
|
Unable to undeploy adapter in k8s env |
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. |
||
Critical |
ErrDeployingAdapterInDockerEnvCode-1229
|
Unable to deploy adapter in k8s env |
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. |
||
Critical |
ErrUnDeployingAdapterInDockerEnvCode-1230
|
Unable to undeploy Meshery Adapter in Kubernetes environment |
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. |
||
Critical |
ErrDeployingAdapterCode-1231
|
Unable to deploy Meshery Adapter in the current environment |
Long Description
Probable Cause
Your platform is not supported for deploying Meshery Adapters Suggested Remediation
Consider using a supported platform for deploying Meshery Adapters |
||
Critical |
ErrUnDeployingAdapterCode-1232
|
Unable to undeploy Meshery Adapter in the current environment |
Long Description
Probable Cause
Current platform is not supported for undeploying Meshery Adapters Suggested Remediation
Consider using a supported platform for undeploying Meshery Adapters |
||
Alert |
ErrClientSetCode-1233
|
Unable to create client set |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrNilClientCode-1300
|
Kubernetes client not initialized |
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 |
||
Alert |
ErrCreateDataCode-1301
|
Error while writing meshsync data |
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 |
||
Alert |
ErrQueryCode-1302
|
Error while querying data |
Long Description
Invalid Query performed in Meshery Database Probable Cause
Suggested Remediation
|
||
Alert |
ErrMeshsyncSubscriptionCode-1303
|
MeshSync Subscription failed |
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 |
||
Alert |
ErrMesheryClientCode-1304
|
Meshery kubernetes client not initialized |
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 |
||
Alert |
ErrSubscribeChannelCode-1305
|
Unable to subscribe to channel |
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 |
||
Alert |
ErrPublishBrokerCode-1306
|
Unable to publish to broker |
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 |
||
Alert |
ErrEmptyHandlerCode-1307
|
Database handler not initialized |
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 |
||
Alert |
ErrApplyHelmChartCode-1308
|
Error occurred while applying Helm Chart |
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 |
||
Alert |
ErrMesheryControllersStatusSubscriptionCode-1309
|
Could not create meshery controllers status subcription |
Long Description
Meshery controller handlers may not be available Probable Cause
Suggested Remediation
Make sure the controllers are deployed and their handlers are configured |
||
Alert |
ErrMeshSyncEventsSubscriptionCode-1310
|
Could not create MeshSync events subcription |
Long Description
Meshery controller handlers may not be available Probable Cause
Suggested Remediation
Make sure the controllers are deployed and their handlers are configured |
||
Alert |
ErrMesheryClientNilCode-1311
|
Meshery kubernetes client not initialized |
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 |
||
Alert |
ErrUpdateDataCode-1312
|
Error while updating meshsync data |
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 |
||
Alert |
ErrDeleteDataCode-1313
|
Error while deleting meshsync data |
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 |
||
Alert |
ErrResolverInvalidRequestCode-1350
|
Invalid query, please check syntax |
Long Description
The Graphql query requested is invalid Probable Cause
Suggested Remediation
Check the query parameters and syntax of the query being run |
||
Alert |
ErrResolverNilClientCode-1351
|
Kubernetes client not initialized |
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 |
||
Alert |
ErrResolverMeshsyncSubscriptionCode-1353
|
MeshSync Subscription failed |
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 |
||
Alert |
ErrResolverOperatorSubscriptionCode-1354
|
Operator Subscription failed |
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 |
||
Alert |
ErrAddonSubscriptionCode-1355
|
Addons Subscription failed |
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 |
||
Alert |
ErrResolverControlPlaneSubscriptionCode-1356
|
Control Plane Subscription failed |
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. |
||
Alert |
ErrMesheryClientCode-1357
|
Meshery kubernetes client not initialized |
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 |
||
Alert |
ErrResolverPublishBrokerCode-1358
|
Unable to publish to broker |
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 |
||
Alert |
ErrNoMeshSyncCode-1359
|
MeshSync disabled |
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 |
||
Alert |
ErrDataPlaneSubscriptionCode-1360
|
Data Plane Subscription failed |
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 |
||
Alert |
ErrBrokerNotConnectedCode-1361
|
Broker not connected |
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 |
||
Alert |
ErrGettingNamespaceCode-1362
|
Cannot get available namespaces |
Long Description
Probable Cause
The table in the database might not exist Suggested Remediation
|
||
Alert |
ErrFetchingPatternsCode-1363
|
Cannot fetch designs |
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 |
||
Alert |
ErrInvalidOAMTypeCode-1364
|
invalid oam type is requested |
Long Description
invalid oam type requested, supported types are workload, scope, trait Probable Cause
Suggested Remediation
|
||
Alert |
ErrKubectlDescribeCode-1365
|
failed to find the resource invalid resource type resource doens't exists |
Long Description
invalid kubernetes resource type or couldn't find the specified resource Probable Cause
Suggested Remediation
|
||
Alert |
ErrEmptyCurrentK8sContextCode-1366
|
Current kubernetes context is empty |
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 |
||
Alert |
ErrConfigurationPatternsCode-1367
|
Configuration Subscription failed |
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. |
||
Alert |
ErrConfigurationApplicationsCode-1368
|
Configuration Subscription failed |
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. |
||
Alert |
ErrConfigurationFiltersCode-1369
|
Configuration Subscription failed |
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. |
||
Alert |
ErrK8sContextCode-1370
|
Failed to get k8s context from remote provider |
Long Description
There might be something wrong with the Meshery or Meshery Cloud Probable Cause
Could be a network issue Suggested Remediation
|
||
Alert |
ErrClusterResourcesSubscriptionCode-1371
|
ClusterResources Subscription failed |
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. |
||
Alert |
ErrGettingClusterResourcesCode-1372
|
Unable to retrieve cluster resources |
Long Description
Probable Cause
Table in the database might not exists Suggested Remediation
|
||
Alert |
ErrMeshModelSummarySubscriptionCode-1373
|
MeshModelSummary Subscription failed |
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. |
||
Alert |
ErrGettingMeshModelSummaryCode-1374
|
Unable to retrieve MeshModel Summary |
Long Description
Probable Cause
Table in the database might not exists Suggested Remediation
|
||
Alert |
ErrGettingRegistryManagerCode-1375
|
Unable to retrieve Registry Manager |
Long Description
Probable Cause
Registry Manager might not exists Suggested Remediation
|
||
Alert |
ErrGettingTelemetryComponentsCode-1376
|
unable to retrieve telemetry components |
Long Description
Probable Cause
table in the database might be corrupted Suggested Remediation
try resetting database from settings |
||
Critical |
ErrAdapterInsufficientInformationCode-1377
|
Unable to process adapter request, incomplete request |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrPerformanceProfilesSubscriptionCode-1378
|
PerformanceProfiles Subscription failed |
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. |
||
Alert |
ErrPerformanceResultSubscriptionCode-1379
|
PerformanceResult Subscription failed |
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. |
||
Alert |
ErrGormDatabaseCode-1380
|
Database operation failed |
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. |
||
Alert |
ErrGetK8sComponentsCode-1400
|
Could not get K8s components for registration |
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 |
||
Alert |
ErrParseK8sManifestCode-1401
|
Failed to parse manifest into JSON |
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 |
||
Alert |
ErrCreatePatternServiceCode-1402
|
Failed to create design service from Manifest |
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 successfully identified and registered Kubernetes components |
||
Alert |
ErrPatternFromCytoscapeCode-1403
|
Could not create design file from given cytoscape |
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 |
||
Alert |
ErrGrafanaClientCode-1450
|
Unable to initialize Grafana Client |
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 |
||
Alert |
ErrPageSizeCode-1451
|
Unable to prase the Page Size |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrPageNumberCode-1452
|
Unable to prase the Page Numer |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrResultIDCode-1453
|
Given resultID is not valid |
Long Description
Given resultID is nil Probable Cause
Suggested Remediation
|
||
Alert |
ErrPerfIDCode-1454
|
Invalid peformance profile ID |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrMarshalCode-1455
|
Unable to marshal the : |
Long Description
Probable Cause
Object is not a valid json object Suggested Remediation
Make sure if the object passed has json tags |
||
Alert |
ErrUnmarshalCode-1456
|
Unable to unmarshal the : |
Long Description
Probable Cause
Object is not a valid json object Suggested Remediation
Make sure if the object passed is a valid json |
||
Alert |
ErrGenerateUUIDCode-1457
|
Unable to generate a new UUID |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrLocalProviderSupportCode-1458
|
Method not supported by local provider |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrGrafanaOrgCode-1459
|
Failed to get Org data from Grafana |
Long Description
Probable Cause
Invalid URL Invalid API-Key Suggested Remediation
|
||
Alert |
ErrGrafanaBoardsCode-1460
|
Unable to get Grafana Boards |
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 |
||
Alert |
ErrGrafanaDashboardCode-1461
|
Error getting grafana dashboard from UID |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrGrafanaDataSourceCode-1462
|
Error getting Grafana Board's Datasource |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrNilQueryCode-1463
|
Query data passed is nil |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrGrafanaDataCode-1464
|
Error getting data from Grafana API |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrApplicationFileNameCode-1465
|
Invalid Applicationfile |
Long Description
Name field is either not present or is not valid Probable Cause
Suggested Remediation
|
||
Alert |
ErrFilterFileNameCode-1466
|
Invalid Filterfile |
Long Description
Name field is either not present or is not valid Probable Cause
Suggested Remediation
|
||
Alert |
ErrPatternFileNameCode-1467
|
Invalid Patternfile |
Long Description
Name field is either not present or is not valid Probable Cause
Suggested Remediation
|
||
Alert |
ErrMakeDirCode-1468
|
Unable to create directory/folder |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrFolderStatCode-1469
|
Unable to find (os.stat) the folder |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrUserIDCode-1470
|
User ID is empty |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrDBConnectionCode-1471
|
Connection to DataBase does not exist |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrNilConfigDataCode-1472
|
Given config data is nil |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrDBOpenCode-1473
|
Unable to open the database |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrDBRLockCode-1474
|
Unable to obtain read lock from bitcask store |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrDBLockCode-1475
|
Unable to obtain write lock from bitcask store |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrDBReadCode-1476
|
Unable to read data from bitcast store |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrDBDeleteCode-1477
|
Unable to delete config data for the user |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrCopyCode-1478
|
Error occurred while copying |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrDBPutCode-1479
|
Unable to Persist config data. |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrPrometheusGetNodesCode-1480
|
Prometheus Client unable to get all nodes |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrPrometheusLabelSeriesCode-1481
|
Unable to get the label set series |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrPrometheusQueryRangeCode-1482
|
Unable to fetch data for the query |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrPrometheusStaticBoardCode-1483
|
Unbale to get Static Boards |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrTokenRefreshCode-1484
|
Error occurred while Refresing the token |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrGetTokenCode-1485
|
Error occurred while getting token from the Browser Cookie |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrDataReadCode-1486
|
Error occurred while reading from the Reader |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrTokenDecodeCode-1487
|
Error occurred while Decoding Token Data |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrNilJWKsCode-1488
|
Invalid JWks |
Long Description
Value of JWKs is nil Probable Cause
Suggested Remediation
|
||
Alert |
ErrNilKeysCode-1489
|
Key not found |
Long Description
JWK not found for the given KeyID Probable Cause
Suggested Remediation
|
||
Alert |
ErrTokenExpiredCode-1490
|
Token has expired |
Long Description
Token is invalid, it has expired Probable Cause
Suggested Remediation
|
||
Alert |
ErrTokenClaimsCode-1491
|
Error occurred while prasing claims |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrTokenClientCheckCode-1492
|
Error occurred while performing token check HTTP request |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrTokenPraseCode-1493
|
Error occurred while Prasing and validating the token |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrJWKsKeysCode-1494
|
Unable to fetch JWKs keys from the remote provider |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrDecodeBase64Code-1495
|
Error occurred while decoding base65 string |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrMarshalPKIXCode-1496
|
Error occurred while marshaling PKIX |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrEncodingPEMCode-1497
|
Error occurred while encoding jwk to pem |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrPraseUnverifiedCode-1498
|
Error occurred while prasing tokens (unverified) |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrEncodingCode-1499
|
Error encoding the : |
Long Description
Probable Cause
Object is not a valid json object Suggested Remediation
Make sure if the object passed is a valid json |
||
Alert |
ErrFetchCode-1500
|
Unable to fetch data from the Provider |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrPostCode-1501
|
Unable to post data to the Provider |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrDeleteCode-1502
|
Unable to de-register Meshery Server from Remote Provider |
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. |
||
Alert |
ErrInvalidCapabilityCode-1503
|
Capablity is not supported by your Provider |
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 |
||
Alert |
ErrResultDataCode-1504
|
given result data is nil |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrUnableToPersistsResultCode-1505
|
unable to persists the result data |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrValidURLCode-1506
|
Enter valid URLs |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrTestEndpointCode-1507
|
minimum one test endpoint needs to be specified |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrLoadgeneratorCode-1508
|
specify valid Loadgenerator |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrProtocolCode-1509
|
specify the Protocol for all clients |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrTestClientCode-1510
|
minimum one test client needs to be specified |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrParsingTestCode-1511
|
error parsing test duration, please refer to: https://docs.meshery.io/guides/mesheryctl#performance-management |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrFieldCode-1512
|
Error: name field is blank |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrFetchDataCode-1513
|
unable to fetch result data |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrIndexOutOfRangeCode-1514
|
Error: index out of range |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrSessionCopyCode-1515
|
Error: session copy error |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrSavingSeededComponentsCode-1516
|
Error while saving sample |
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'. |
||
Alert |
ErrGettingSeededComponentsCode-1517
|
Error while getting from sample content |
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. |
||
Alert |
ErrDownloadingSeededComponentsCode-1518
|
|
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 |
||
Alert |
ErrContextIDCode-1519
|
Error: Context ID is empty |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrMesheryInstanceIDCode-1520
|
Error: Meshery Instance ID is empty or is invalid |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrMesheryNotInClusterCode-1521
|
Error: Meshery is not running inside a cluster |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrBrokerNotFoundCode-1522
|
Meshery broker not found |
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 |
||
Alert |
ErrCreateOperatorDeploymentConfigCode-1523
|
Operator deployment configuration could not be created. |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrRequestMeshsyncStoreCode-1524
|
Meshsync store request could not be issued |
Long Description
Probable Cause
Suggested Remediation
Make sure meshery broker is healthy |
||
Alert |
ErrBrokerSubscriptionCode-1525
|
Could not subscribe to the broker subject |
Long Description
Probable Cause
Suggested Remediation
Make sure meshery broker is healthy |
||
Alert |
ErrContextAlreadyPersistedCode-1526
|
kubernetes context already persisted with provider |
Long Description
kubernetes context already persisted with provider Probable Cause
Suggested Remediation
|
||
Alert |
ErrGetPackageCode-1527
|
Could not get the package |
Long Description
Probable Cause
Suggested Remediation
Make sure the configurations are correct |
||
Alert |
ErrTokenRevokeCode-1528
|
Error occurred while revoking the token |
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). |
||
Alert |
ErrTokenIntrospectCode-1529
|
token introspection failed |
Long Description
Probable Cause
Invalid session token. Token has revoked. Suggested Remediation
Login again to establish a new session with valid token. |
||
Alert |
ErrShareDesignCode-1530
|
cannot make design public |
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 |
||
Alert |
ErrUnreachableRemoteProviderCode-1531
|
Could not reach remote provider |
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. |
||
Alert |
ErrShareFilterCode-1532
|
Cannot make filter public |
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. |
||
Alert |
ErrPersistEventCode-1533
|
Could not persist event |
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 |
||
Alert |
ErrUnreachableKubeAPICode-1534
|
|
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'. |
||
Alert |
ErrFlushMeshSyncDataCode-1535
|
Unable to flush MeshSync data for context %s at %s |
Long Description
Probable Cause
Meshery Database handler is not accessible to perform operations Suggested Remediation
Restart Meshery Server or Perform Hard Reset |
||
Alert |
ErrDryRunCode-1536
|
error performing a dry run on the design |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrBulkUpdateEventCode-1537
|
Could not update status for one or more events. |
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. |
||
Alert |
ErrBulkDeleteEventCode-1538
|
Could not delete one or more events. |
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. |
||
Alert |
ErrFetchMeshSyncResourcesCode-1539
|
Error fetching MeshSync resources DB might be corrupted |
Long Description
Probable Cause
MeshSync might not be reachable from meshery Suggested Remediation
Make sure meshery has connectivity to MeshSync Try restarting Meshery server |
||
Alert |
ErrUpdateConnectionStatusCode-1540
|
Unable to update connection status |
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 |
||
Alert |
ErrInvalidTransitionCode-1541
|
|
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrInvalidTransitionEventCode-1542
|
|
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrInititalizeK8sMachineCode-1543
|
Provided connection id is invalid |
Long Description
Probable Cause
Provided ID is not a valid uuid. Suggested Remediation
Hard delete and reinitialise the connection process. |
||
Alert |
ErrAssetMachineCtxCode-1544
|
type assertion of context to *kubernetes.MachineCtx failed |
Long Description
Probable Cause
The machine context has become invalid. Suggested Remediation
Retry the opereation or try archiving and reinitializing the connection |
||
Alert |
ErrCreatingKubernetesComponentsCode-1545
|
|
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 |
||
Alert |
ErrResultNotFoundCode-1546
|
|
Long Description
The record in the database does not exist. Probable Cause
The record might have been deleted. Suggested Remediation
|
||
Alert |
ErrPersistCredentialCode-1547
|
unable to persist credential details |
Long Description
Probable Cause
The credential object is not valid Suggested Remediation
Ensure all the required fields are provided |
||
Alert |
ErrPersistConnectionCode-1548
|
unable to persist connection details |
Long Description
Probable Cause
The connection object is not valid Suggested Remediation
Ensure all the required fields are provided |
||
Alert |
ErrPrometheusScanCode-1549
|
Unable to connect to prometheus |
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 |
||
Alert |
ErrGrafanaScanCode-1550
|
Unable to connect to grafana |
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 |
||
Alert |
ErrInvalidTypeCode-1551
|
Provided connection id is invalid |
Long Description
Probable Cause
Provided ID is not a valid uuid. Suggested Remediation
Hard delete and reinitialise the connection process. |
||
Alert |
ErrDesignSourceContentCode-1554
|
failed to the design content |
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. |
||
Alert |
ErrGetConnectionsCode-1555
|
Failed to retrieve connections |
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 |
||
Alert |
ErrAutoRegisterCode-1556
|
|
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrDBCreateCode-1557
|
Unable to create record |
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 |
||
Alert |
ErrSaveOCIArtifactCode-1558
|
Failed to persist OCI artifact |
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 |
||
Alert |
ErrIOReaderCode-1559
|
Failed to read from io.Reader |
Long Description
Probable Cause
unable to read from io.Reader Suggested Remediation
check if the io.Reader is valid |
||
Alert |
ErrUnCompressOCIArtifactCode-1560
|
Failed to uncompress OCI artifact |
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 |
||
Alert |
ErrWaklingLocalDirectoryCode-1561
|
Failed to walk local directory |
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 |
||
Alert |
ErrConvertingK8sManifestToDesignCode-1562
|
Failed to convert k8s manifest to design |
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 |
||
Alert |
ErrConvertingDockerComposeToDesignCode-1563
|
Failed to convert docker compose to design |
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 |
||
Alert |
ErrMarshallingDesignIntoYAMLCode-1564
|
Failed to marshal design into YAML |
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 |
||
Alert |
ErrConvertingHelmChartToDesignCode-1565
|
Failed to convert helm chart to design |
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 |
||
Alert |
ErrWritingIntoFileCode-1566
|
|
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 |
||
Alert |
ErrBuildOCIImgCode-1567
|
Failed to build OCI image |
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 |
||
Alert |
ErrInvalidUUIDCode-1568
|
invalid or empty uuid |
Long Description
Probable Cause
provided id is not a valid uuid Suggested Remediation
provide a valid uuid |
||
Fatal |
ErrInitializingKeysRegistrationCode-1569
|
could not initialize keys registry manager |
Long Description
Probable Cause
could not migrate tables into the database Suggested Remediation
make sure the database instance passed is not nil |
meshery-adapter-library library
Severity | Error Name - Code | Short Description |
---|---|---|
ErrGetNameCode-1000
|
||
Long Description
Probable Cause
Suggested Remediation
|
||
ErrCreateInstanceCode-1001
|
||
Long Description
Probable Cause
Suggested Remediation
|
||
ErrMeshConfigCode-1002
|
||
Long Description
Probable Cause
Suggested Remediation
|
||
ErrValidateKubeconfigCode-1003
|
||
Long Description
Probable Cause
Suggested Remediation
|
||
ErrClientConfigCode-1004
|
||
Long Description
Probable Cause
Suggested Remediation
|
||
ErrClientSetCode-1005
|
||
Long Description
Probable Cause
Suggested Remediation
|
||
ErrStreamEventCode-1006
|
||
Long Description
Probable Cause
Suggested Remediation
|
||
ErrOpInvalidCode-1007
|
||
Long Description
Probable Cause
Suggested Remediation
|
||
ErrApplyOperationCode-1008
|
||
Long Description
Probable Cause
Suggested Remediation
|
||
ErrListOperationsCode-1009
|
||
Long Description
Probable Cause
Suggested Remediation
|
||
ErrNewSmiCode-1010
|
||
Long Description
Probable Cause
Suggested Remediation
|
||
ErrRunSmiCode-1011
|
||
Long Description
Probable Cause
Suggested Remediation
|
meshkit library
Severity | Error Name - Code | Short Description |
---|---|---|
Alert |
ErrGetCrdNamesCode-1001
|
Error getting crd names |
Long Description
Probable Cause
Could not execute kubeopenapi-jsonschema correctly Suggested Remediation
Make sure the binary is valid and correct Make sure the filter passed is correct |
||
Alert |
ErrGetSchemasCode-1002
|
Error getting schemas |
Long Description
Probable Cause
Schemas Json could not be produced from given crd. Suggested Remediation
Make sure the filter passed is correct |
||
Alert |
ErrGetAPIVersionCode-1003
|
Error getting api version |
Long Description
Probable Cause
Api version could not be parsed Suggested Remediation
Make sure the filter passed is correct |
||
Alert |
ErrGetAPIGroupCode-1004
|
Error getting api group |
Long Description
Probable Cause
Api group could not be parsed Suggested Remediation
Make sure the filter passed is correct |
||
Alert |
ErrPopulatingYamlCode-1005
|
Error populating yaml |
Long Description
Probable Cause
Yaml could not be populated with the returned manifests Suggested Remediation
|
||
Alert |
ErrAbsentFilterCode-1006
|
Error with passed filters |
Long Description
Probable Cause
ItrFilter or ItrSpecFilter is either not passed or empty Suggested Remediation
Pass the correct ItrFilter and ItrSpecFilter |
||
Alert |
ErrNoneDatabaseCode-11010
|
No Database selected |
Long Description
Probable Cause
database name is empty Suggested Remediation
Input a name for the database |
||
Alert |
ErrDatabaseOpenCode-11011
|
Unable to open database |
Long Description
Probable Cause
Database is unreachable Suggested Remediation
Make sure your database is reachable |
||
Alert |
ErrSQLMapUnmarshalJSONCode-11012
|
failed to unmarshal json |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrSQLMapUnmarshalTextCode-11013
|
failed to unmarshal text |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrSQLMapMarshalValueCode-11014
|
failed to marshal value |
Long Description
Probable Cause
Suggested Remediation
|
||
ErrSQLMapUnmarshalScannedCode-11015
|
||
Long Description
Probable Cause
Suggested Remediation
|
||
ErrSQLMapInvalidScanCode-11016
|
||
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrClosingDatabaseConnectionCode-11017
|
failed to close database connection |
Long Description
Probable Cause
Invalid database instance passed. Suggested Remediation
Make sure the DB handler has a valid database instance. |
||
Alert |
ErrApplyManifestCode-11021
|
Error Applying manifest |
Long Description
Probable Cause
Manifest could be invalid Suggested Remediation
Make sure manifest yaml is valid |
||
Alert |
ErrServiceDiscoveryCode-11022
|
Error Discovering service |
Long Description
Probable Cause
Network not reachable to the service Suggested Remediation
Make sure the endpoint is reachable |
||
Alert |
ErrApplyHelmChartCode-11023
|
Error applying helm chart |
Long Description
Probable Cause
Chart could be invalid Suggested Remediation
Make sure to apply valid chart |
||
Alert |
ErrNewKubeClientCode-11024
|
Error creating kubernetes clientset |
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 |
||
Alert |
ErrNewDynClientCode-11025
|
Error creating dynamic client |
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 |
||
Alert |
ErrNewDiscoveryCode-11026
|
Error creating discovery client |
Long Description
Probable Cause
Discovery resource is invalid or doesnt exist Suggested Remediation
Makes sure the you input valid resource for discovery |
||
Alert |
ErrNewInformerCode-11027
|
Error creating informer client |
Long Description
Probable Cause
Informer is invalid or doesnt exist Suggested Remediation
Makes sure the you input valid resource for the informer |
||
Alert |
ErrEndpointNotFoundCode-11028
|
Unable to discover an endpoint |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrInvalidAPIServerCode-11029
|
Invalid API Server URL |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrLoadConfigCode-11030
|
Error loading kubernetes config |
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 |
||
Alert |
ErrValidateConfigCode-11031
|
Validation failed in the kubernetes config |
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 |
||
Alert |
ErrSelectorBasedMapCode-11036
|
|
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrProtocolBasedMapCode-11037
|
|
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrLableBasedMapCode-11038
|
|
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrPortParsingCode-11039
|
|
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrGenerateServiceCode-11040
|
|
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrConstructingRestHelperCode-11041
|
|
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrCreatingServiceCode-11042
|
|
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrUnmarshalCode-11043
|
Unmarshal unknown error: %s |
Long Description
Probable Cause
Invalid object format Suggested Remediation
Make sure to input a valid JSON object |
||
Alert |
ErrUnmarshalInvalidCode-11044
|
Unmarshal invalid error for type: |
Long Description
Probable Cause
Invalid object format Suggested Remediation
Make sure to input a valid JSON object |
||
Alert |
ErrUnmarshalSyntaxCode-11045
|
Unmarshal syntax error at offest: |
Long Description
Probable Cause
Invalid object format Suggested Remediation
Make sure to input a valid JSON object |
||
Alert |
ErrUnmarshalTypeCode-11046
|
Unmarshal type error at key: %s. Error: %s |
Long Description
Probable Cause
Invalid object format Suggested Remediation
Make sure to input a valid JSON object |
||
Alert |
ErrUnmarshalUnsupportedTypeCode-11047
|
Unmarshal unsupported type error at key: |
Long Description
Probable Cause
Invalid object format Suggested Remediation
Make sure to input a valid JSON object |
||
Alert |
ErrUnmarshalUnsupportedValueCode-11048
|
Unmarshal unsupported value error at key: |
Long Description
Probable Cause
Invalid object format Suggested Remediation
Make sure to input a valid JSON object |
||
Alert |
ErrMarshalCode-11049
|
Marshal error, Description: %s |
Long Description
Probable Cause
Invalid object format Suggested Remediation
Make sure to input a valid JSON object |
||
Alert |
ErrGetBoolCode-11050
|
Error while getting Boolean value for key: %s, error: %s |
Long Description
Probable Cause
Not a valid boolean Suggested Remediation
Make sure it is a boolean |
||
Alert |
ErrInvalidProtocolCode-11051
|
invalid protocol: only http, https and file are valid protocols |
Long Description
Probable Cause
Network protocol is incorrect Suggested Remediation
Make sure to specify the right network protocol |
||
Alert |
ErrRemoteFileNotFoundCode-11052
|
remote file not found at |
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 |
||
Alert |
ErrReadingRemoteFileCode-11053
|
error reading remote file |
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 |
||
Alert |
ErrReadingLocalFileCode-11054
|
error reading local file |
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 |
||
Fatal |
ErrViperCode-11056
|
Viper configuration initialization failed |
Long Description
Probable Cause
Viper is crashing Suggested Remediation
Make sure viper is configured properly |
||
Fatal |
ErrInMemCode-11057
|
InMem configuration initialization failed |
Long Description
Probable Cause
In memory map is crashing Suggested Remediation
Make sure map is configured properly |
||
Alert |
ErrPodHasNoLabelsCode-11058
|
the pod has no labels and cannot be exposed |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrServiceHasNoSelectorsCode-11059
|
the service has no pod selector set |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrInvalidDeploymentNoSelectorsLabelsCode-11060
|
the deployment has no labels or selectors and cannot be exposed |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrInvalidDeploymentNoSelectorsCode-11061
|
invalid deployment: no selectors, therefore cannot be exposed |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrInvalidReplicaNoSelectorsLabelsCode-11062
|
the replica set has no labels or selectors and cannot be exposed |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrInvalidReplicaSetNoSelectorsCode-11063
|
invalid replicaset: no selectors, therefore cannot be exposed |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrNoPortsFoundForHeadlessResourceCode-11064
|
no ports found for the non headless resource |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrUnknownSessionAffinityErrCode-11065
|
unknown session affinity: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrMatchExpressionsConvertionErrCode-11066
|
couldn't convert expressions - to map-based selector format |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrFailedToExtractPodSelectorErrCode-11067
|
cannot extract pod selector from |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrFailedToExtractPortsCode-11068
|
cannot extract ports from |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrFailedToExtractProtocolsErrCode-11069
|
cannot extract protocols from |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrCannotExposeObjectErrCode-11070
|
cannot expose a |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrControllerCode-11071
|
|
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrInvalidSizeFileCode-11072
|
|
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
|
||
Alert |
ErrCloningRepoCode-11073
|
could not clone the repo |
Long Description
Probable Cause
Suggested Remediation
|
Meshery Adapter for meshery-nginx-sm
Severity | Error Name - Code | Short Description |
---|---|---|
Alert |
ErrEmptyConfigCode-1000
|
Config is empty |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrInstallBinaryCode-1001
|
Failed to change permission of the binary |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrGetLatestReleasesCode-1002
|
Unable to fetch release info |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrGetLatestReleaseNamesCode-1003
|
Failed to extract release names |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrStatusCheckCode-1004
|
Error Bad Status |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrUnmarshalCode-1005
|
Unable to unmarshal the : |
Long Description
Probable Cause
Object is not a valid json object Suggested Remediation
Make sure if the object passed is a valid json |
||
Alert |
ErrCustomOperationCode-1006
|
Error with applying custom operation |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrInstallNginxCode-1007
|
Error with Nginx installation |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrMeshConfigCode-1008
|
Error configuration mesh |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrClientConfigCode-1009
|
Error setting client config |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrStreamEventCode-1010
|
Error streaming events |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrSampleAppCode-1011
|
Error with sample app operation |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrOpInvalidCode-1012
|
Invalid operation |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrNilClientCode-1013
|
kubernetes client not initialized |
Long Description
Kubernetes client is nil Probable Cause
kubernetes client not initialized Suggested Remediation
Reconnect the adaptor to Meshery server |
||
Alert |
ErrApplyHelmChartCode-1014
|
Error occurred while applying Helm Chart |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrParseOAMComponentCode-1015
|
error parsing the component |
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. |
||
Alert |
ErrParseOAMConfigCode-1016
|
error parsing the configuration |
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 |
||
Alert |
ErrProcessOAMCode-1017
|
error performing OAM operations |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrNginxCoreComponentFailCode-1018
|
error in NGINX Service Mesh core component |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrParseNginxCoreComponentCode-1019
|
Failure to parse core component manifest for NGINX Service Mesh |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrLoadNamespaceCode-1020
|
Error occurred while applying namespace |
Long Description
Probable Cause
Trying to access a namespace which is not available Suggested Remediation
Verify presence of namespace. Confirm Meshery ServiceAccount permissions |
Meshery Adapter for nsm
Severity | Error Name - Code | Short Description |
---|---|---|
Alert |
ErrEmptyConfigCode-1000
|
Config is empty |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrGetLatestReleasesCode-1001
|
unable to fetch release info: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrGetLatestReleaseNamesCode-1002
|
failed to extract release names: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrInstallNSMCode-1003
|
Error with nsm operation: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrCreatingHelmIndexCode-1004
|
Error with nsm operation: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrEntryWithAppVersionNotExistsCode-1005
|
Entry: with app version : does not exists |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrHelmRepositoryNotFoundCode-1006
|
Either the repo : does not exists or is corrupt: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrDecodeYamlCode-1007
|
Error decoding yaml: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrMeshConfigCode-1008
|
Error configuration mesh: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrApplyHelmChartCode-1009
|
Error applying helm chart: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrConvertingAppVersionToChartVersionCode-1010
|
Error converting app version to chart version: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrCreatingNSMMeshClientCode-1011
|
Unable to create a new nsm client: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrSampleAppCode-1012
|
Error with sample app operation: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrCustomOperationCode-1013
|
Error with custom operation: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrOpInvalidCode-1014
|
Invalid operation |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrLoadNamespaceCode-1015
|
Error while labeling namespace: |
Long Description
Probable Cause
Suggested Remediation
|
Meshery Adapter for meshery-osm
Severity | Error Name - Code | Short Description |
---|---|---|
Alert |
ErrInstallOSMCode-1000
|
Error with osm operation |
Long Description
Error occurred while installing osm mesh through osmctl Probable Cause
Suggested Remediation
|
||
Alert |
ErrTarXZFCode-1001
|
Error while extracting file |
Long Description
Probable Cause
The gzip might be corrupt Suggested Remediation
Retry the operation |
||
Alert |
ErrMeshConfigCode-1002
|
Error configuration mesh |
Long Description
Error getting MeshSpecKey config from in-memory configuration Probable Cause
Suggested Remediation
Reconnect the adaptor to the meshkit server |
||
Alert |
ErrRunOsmCtlCmdCode-1003
|
Error running istioctl command |
Long Description
Probable Cause
Corrupted istioctl binary Command might be invalid Suggested Remediation
|
||
Alert |
ErrDownloadBinaryCode-1004
|
Error downloading osm binary |
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
|
||
Alert |
ErrInstallBinaryCode-1005
|
Error installing osm binary |
Long Description
Probable Cause
Corrupted osm release binary Invalid installation location Suggested Remediation
|
||
Alert |
ErrSampleAppCode-1006
|
Error with sample app operation |
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 |
||
Alert |
ErrCustomOperationCode-1007
|
Error with custom operation |
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 |
||
Alert |
ErrCreatingNSCode-1008
|
Error creating namespace |
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 |
||
Alert |
ErrRunExecutableCode-1009
|
Error running executable |
Long Description
Probable Cause
Corrupted binary Invalid operation Suggested Remediation
Check if the adaptor is executing a deprecated command |
||
Alert |
ErrSidecarInjectionCode-1010
|
Error occurred while injection sidecar |
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 |
||
Alert |
ErrOpInvalidCode-1011
|
Invalid operation |
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 |
||
Alert |
ErrApplyHelmChartCode-1012
|
Error occurred while applying Helm Chart |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrNilClientCode-1013
|
kubernetes client not initialized |
Long Description
Kubernetes client is nil Probable Cause
kubernetes client not initialized Suggested Remediation
Reconnect the adaptor to Meshery server |
||
Alert |
ErrInvalidOAMComponentTypeCode-1014
|
invalid OAM component name: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrOSMCoreComponentFailCode-1015
|
error in osm core component |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrProcessOAMCode-1016
|
error performing OAM operations |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrParseOSMCoreComponentCode-1017
|
osm core component manifest parsing failing |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrParseOAMComponentCode-1018
|
error parsing the component |
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. |
||
Alert |
ErrParseOAMConfigCode-1019
|
error parsing the configuration |
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 |
||
Alert |
ErrGetLatestReleaseCode-1020
|
Could not get latest version |
Long Description
Probable Cause
Latest version could not be found at the specified url Suggested Remediation
|
||
Alert |
ErrLoadNamespaceCode-1021
|
Error occurred while applying namespace |
Long Description
Probable Cause
Trying to access a namespace which is not available Suggested Remediation
Verify presence of namespace. Confirm Meshery ServiceAccount permissions |
||
Alert |
ErrEmptyConfigCode-1022
|
Config is empty |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrGetLatestReleasesCode-1023
|
Unable to fetch release info |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrGetLatestReleaseNamesCode-1024
|
Failed to extract release names |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrGetManifestNamesCode-1025
|
Unable to fetch manifest names from github |
Long Description
Probable Cause
Suggested Remediation
|
Meshery Adapter for meshery-traefik-mesh
Severity | Error Name - Code | Short Description |
---|---|---|
Alert |
ErrApplyHelmChartCode-1012
|
Error occurred while applying Helm Chart |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrNilClientCode-1013
|
kubernetes client not initialized |
Long Description
Kubernetes client is nil Probable Cause
kubernetes client not initialized Suggested Remediation
Reconnect the adapter to Meshery server |
||
Alert |
ErrInvalidOAMComponentTypeCode-1014
|
invalid OAM component name: |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrTraefikCoreComponentFailCode-1015
|
error in Traefik core component |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrProcessOAMCode-1016
|
error performing OAM operations |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrParseTraefikCoreComponentCode-1017
|
Traefik core component manifest parsing failing |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrParseOAMComponentCode-1018
|
error parsing the component |
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. |
||
Alert |
ErrParseOAMConfigCode-1019
|
error parsing the configuration |
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 |
||
Alert |
ErrGetLatestReleaseCode-1020
|
Could not get latest version |
Long Description
Probable Cause
Latest version could not be found at the specified url Suggested Remediation
|
||
Alert |
ErrEmptyConfigCode-1029
|
Config is empty |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrGetLatestReleasesCode-1030
|
Unable to fetch release info |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrGetLatestReleaseNamesCode-1031
|
Failed to extract release names |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrInstallTraefikCode-1032
|
Error with traefik operation |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrCreatingHelmIndexCode-1033
|
Error while creating Helm Index |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrEntryWithAppVersionNotExistsCode-1034
|
Entry for the app version does not exist |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrHelmRepositoryNotFoundCode-1035
|
Helm repo not found |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrDecodeYamlCode-1036
|
Error occurred while decoding YAML |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrMeshConfigCode-1037
|
Error configuration mesh |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrConvertingAppVersionToChartVersionCode-1038
|
Error occurred while converting app version to chart version |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrCreatingTraefikMeshClientCode-1039
|
Unable to create a new NSM client |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrSampleAppCode-1040
|
Error with sample app operation |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrCustomOperationCode-1041
|
Error with custom operation |
Long Description
Probable Cause
Suggested Remediation
|
||
Alert |
ErrOpInvalidCode-1042
|
Invalid operation |
Long Description
Probable Cause
Suggested Remediation
|