Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/api/errors/api_error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ pub(in crate::api) enum ApiErrorKind {
OrganizationNotFound,
#[error("resource not found")]
ResourceNotFound,
#[error("Project not found. Please check that you entered the project and organization IDs or slugs correctly.")]
#[error("Project not found. Ensure that you configured the correct project and organization.")]
ProjectNotFound,
#[error("release not found")]
#[error("Release not found. Ensure that you configured the correct release, project, and organization.")]
ReleaseNotFound,
#[error("chunk upload endpoint not supported by sentry server")]
ChunkUploadNotSupported,
Expand Down