Closed buckett closed 1 year ago
Rather than blowing up with a 500 error when we can't find a registration, or parameters are missing we instead return a 4xx error.
404 for an unknown registration id. 400 for missing parameters.
This makes it easier for people integrating with the service to debug the errors.
Rather than blowing up with a 500 error when we can't find a registration, or parameters are missing we instead return a 4xx error.
404 for an unknown registration id. 400 for missing parameters.
This makes it easier for people integrating with the service to debug the errors.