-
Notifications
You must be signed in to change notification settings - Fork 1
Implement NotFoundError #18
Copy link
Copy link
Open
Labels
GrantFox OSSIssue tracked in GrantFox OSSIssue tracked in GrantFox OSSMaybe RewardedIssue may be eligible for a GrantFox rewardIssue may be eligible for a GrantFox rewardOfficial CampaignCampaign: Official CampaignCampaign: Official Campaignarea:errorspriority:p1type:feature
Metadata
Metadata
Assignees
Labels
GrantFox OSSIssue tracked in GrantFox OSSIssue tracked in GrantFox OSSMaybe RewardedIssue may be eligible for a GrantFox rewardIssue may be eligible for a GrantFox rewardOfficial CampaignCampaign: Official CampaignCampaign: Official Campaignarea:errorspriority:p1type:feature
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
Raised on HTTP 404 responses. Should include the resource type and ID that was not found, so the developer can distinguish a missing payment from a missing invoice without parsing the message string.
Proposed Steps
NotFoundError(ShadeError)inerrors.py.resource_type: Optional[str]andresource_id: Optional[str]attributes.Acceptance Criteria
NotFoundError.error.resource_typeanderror.resource_idreflect the queried resource.ShadeError.