You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: messages/package_version.md
+15-1
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,17 @@ The %s %s is invalid, as a corresponding %s was not found
6
6
7
7
The provided alias or ID: [%s] could not be resolved to a valid package version ID (05i) or subscriber package version ID (04t).
8
8
9
+
# errorInvalidPackageVersionIdNoProject
10
+
11
+
The provided alias or ID: [%s] could not be resolved to a valid package version ID (05i) or subscriber package version ID (04t).
12
+
13
+
# errorInvalidPackageVersionIdNoProject.actions
14
+
15
+
If you are using a package alias, make sure you are inside your sfdx project and it's defined in the `packageDirectories` section in `sfdx-project.json`
16
+
9
17
# packageAliasNotFound
10
18
11
-
The provided package id: [%s] could not be resolved to an alias.
19
+
The provided package ID: [%s] could not be resolved to an alias.
12
20
13
21
# createResultIdCannotBeEmpty
14
22
@@ -21,3 +29,9 @@ Could not fetch the subscriber package version ID (04t).
21
29
# maxPackage2VersionRecords
22
30
23
31
The maximum result size (2000) was reached when querying the Package2Version SObject. This means there could be more records that were not returned by the query. If all records are required you may have to break the query into multiple requests filtered by date, then aggregate the results.
32
+
33
+
# errors.RequiresProject
34
+
35
+
This method expects an sfdx project to be available to write the new package version data in it.
36
+
Make sure to pass `options.project` when instantiating `PackageVersion`.
0 commit comments