Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail CI builds with a better error when APIs are unexpectedly changed #5993

Merged
merged 10 commits into from
May 5, 2021
Prev Previous commit
Next Next commit
revert unexpected change to api report
  • Loading branch information
tylerbutler committed Apr 29, 2021
commit 7eb6c02815ca413af1734ee7d5a92c0026b8022a
2 changes: 1 addition & 1 deletion api-report/driver-utils.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export function combineAppAndProtocolSummary(appSummary: ISummaryTree, protocolS
export function configurableUrlResolver(resolversList: IUrlResolver[], request: IRequest): Promise<IResolvedUrl | undefined>;

// @public (undocumented)
export function createGenericNetworkError(errorMessage: string, canRetry: boolean, retryAfterSeconds?: number, statusCode?: number): ThrottlingError | GenericNetworkError;
export function createGenericNetworkError(errorMessage: string, canRetry: boolean, retryAfterSeconds?: number, statusCode?: number): GenericNetworkError | ThrottlingError;

// @public (undocumented)
export const createWriteError: (errorMessage: string) => NonRetryableError<DriverErrorType>;
Expand Down