Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kd_clients/GitHubClients/Errors/mod.ts

Various HTTP clients for miscellaneous use.
Go to Latest
import * as kdClients from "https://deno.land/x/kd_clients@v1.0.0-preview.12/GitHubClients/Errors/mod.ts";

Classes

Error thrown when there is an authentication error.

Error thrown when there is an error with the GIT client.

Error thrown when there is an error with the issue client.

Error thrown when there is an error with the label client.

Error thrown when there is an error with the milestone client.

Error thrown when there is an error with the GitHub organization client.

Error thrown when there is an error with the project client.

Error thrown when there is an error with the pull request client.

Error thrown when there is an error with the release client.

Error thrown when there is an error with the repository client.

Error thrown when there is an error with the tag client.

Error thrown when there is an error with the users client.

Error thrown when there is an error with the workflow client.