Table of Contents

Property McpToolFailedUnexpectedly

Namespace
MailFathom.Domain.Failures
Assembly
MailFathom.Domain.dll

McpToolFailedUnexpectedly

Gets subcategory 4, undiagnosed failure: a tool call failed for a reason the boundary deliberately does not describe.

public static MailFathomErrorCode McpToolFailedUnexpectedly { get; }

Property Value

MailFathomErrorCode

Remarks

This is the one code every failure that is not already an allocated one collapses into, so a client learns that the call failed and nothing about why. The detail stays in the server log, correlated by the trace the request already carries. It is the only code in this category a tool boundary raises itself rather than reports on behalf of a use case.