MCPcopy Create free account
hub / github.com/di-sukharev/opencommit / constructor

Method constructor

out/cli.cjs:68952–68957  ·  view source on GitHub ↗
(status, error, message, headers)

Source from the content-addressed store, hash-verified

68950 NotFoundError: () => NotFoundError,
68951 PermissionDeniedError: () => PermissionDeniedError,
68952 RateLimitError: () => RateLimitError,
68953 UnprocessableEntityError: () => UnprocessableEntityError
68954});
68955var AnthropicError = class extends Error {
68956};
68957var APIError = class _APIError extends AnthropicError {
68958 constructor(status, error, message, headers) {
68959 super(`${_APIError.makeMessage(status, error, message)}`);
68960 this.status = status;

Callers

nothing calls this directly

Calls 1

makeMessageMethod · 0.80

Tested by

no test coverage detected