MCPcopy Create free account
hub / github.com/53AI/53AIHub / Error

Method Error

api/service/docconv/client.go:271–273  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

269}
270
271func (e *ConvertError) Error() string {
272 return fmt.Sprintf("docconv %s error: %s (code: %s, status: %d)", e.Op, e.Message, e.Code, e.HTTPStatus)
273}
274
275// Health 健康检查
276func (c *Client) Health(ctx context.Context) error {

Callers 15

CheckDirectoryExistsMethod · 0.45
processUploadTaskMethod · 0.45
UpdateGraphTemplateFunction · 0.45
GetGraphTemplateDetailFunction · 0.45
DeleteGraphTemplateFunction · 0.45
isUniqueErrFunction · 0.45
BatchAddInternalUsersMethod · 0.45
ScanMethod · 0.45
processSingleMethod · 0.45
initRuntimeModeFunction · 0.45
cleanupJobMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected