flake8
passed.
JSHint
passed.
Review Request #14913 — Created March 17, 2026 and submitted
This change makes a couple changes to the way errors are handled in
rb-gateway:
fmt.Errorf("...: %s", err.Error()) withfmt.Errorf("...: %w", err)errors.Is(...)Ran unit tests.
| Summary | ID |
|---|---|
| kptpzzuwkrrmlvupvqvxksumwnrswptq |
| Description | From | Last Updated |
|---|---|---|
|
Just flagging to check if you intentionally got rid of the trailing newline in the error message here. |
|