Type Alias ArtifactsErrorCode
ArtifactsErrorCode:
| "ALREADY_EXISTS"
| "NOT_FOUND"
| "IMPORT_IN_PROGRESS"
| "FORK_IN_PROGRESS"
| "INVALID_INPUT"
| "INVALID_REPO_NAME"
| "INVALID_TTL"
| "INVALID_URL"
| "REMOTE_AUTH_REQUIRED"
| "UPSTREAM_UNAVAILABLE"
| "MEMORY_LIMIT"
| "INTERNAL_ERROR"
Error codes returned by Artifacts binding operations.
Each code maps to a numeric code available on
ArtifactsError.numericCode.