Skip to content

Commit

Permalink
edits to error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
InigoP committed Aug 1, 2023
1 parent 1226747 commit be6c7e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/api-functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ evaluate_edi_package <- function(user_id, password, eml_file_path, environment =
} else {
message("Failed to evaluate EDI package. Status code: ", response$status_code, ".
Please check that you entered a valid username, password, and XML document.
See more information on request status below")
See full response below.")
stop(response)
}
}
Expand Down Expand Up @@ -188,7 +188,7 @@ upload_edi_package <- function(user_id, password, eml_file_path, environment = "
} else {
message("Failed to upload EDI package. Status code: ", response$status_code, ".
Please check that you entered a valid username, password, and XML document.
See more information on request status below")
See full response below.")
stop(response)
}
}
Expand Down Expand Up @@ -276,7 +276,7 @@ update_edi_package <- function(user_id, password, existing_package_identifier, e
} else {
message("Failed to update EDI package. Status code: ", response$status_code, ".
Please check that you entered a valid username, password, and XML document.
See more information on request status below")
See full response below.")
stop(response)
}
}
Expand Down

0 comments on commit be6c7e3

Please sign in to comment.