AS a user of the package, I should receive an error message if no successful result is returned #53
Labels
No labels
blocked
documentation
duplicate
enhancement
good first issue
help wanted
invalid
needs criteria
needs estimate
needs tests
question
spike
type
admin
type
alert
type
bug
type
defect
type
dependencies
type
epic
type
investigation
type
story
wontfix
blocked
duplicate
needs criteria
needs designs
needs estimate
needs testing
question
type
admin
type
alert
type
bug
type
defect
type
dependencies
type
design
type
documentation
type
epic
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
Vylpes
27 minutes 56 seconds
VylpesTester
10 minutes
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