AS a user of the package, I should receive an error message if no successful result is returned #53
Labels
No labels
blocked
duplicate
needs
approval
needs
criteria
needs
estimate
needs
tests
question
step
doing
step
review
step
testing
step
todo
step
uat
type
admin
type
alert
type
bug
type
change
type
defect
type
dependencies
type
epic
type
idea
type
incident
type
investigation
type
spike
type
story
won't fix
No project
No assignees
2 participants
Notifications
Total time spent: 37 minutes 56 seconds
Due date
VylpesTester
10 minutes
Vylpes
27 minutes 56 seconds
No due date set.
Dependencies
No dependencies set
Reference
RabbitLabs/random-bunny#53
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Story Points: 2
AS a user of the package, I should receive an error message if no successful result is returned
SO THAT I know what exactly went wrong in the function
Acceptance Criteria
AS a user of the package
GIVEN I run the script
AND it receives an error
WHEN the script returns
THEN the script should return with an error code and message
Subtasks
Notes
Add error message if no successful result returnedto AS a user of the package, I should receive an error message if no successful result is returnedThis mostly works, but we need a catch on the fetch as well, because if that fails it still doesn't send the new error system
This has passed testing, it now gives an error code and message on failure