DocumentationThrowinterface
{
readonly type?: string | undefined;
readonly description?: string | undefined;
}| Property | Type | |
|---|---|---|
.type | string | Type expression for the thrown value; renderers default to "unknown" when missing. readonly |
.description | string | readonly |
A single @throws entry — multiple allowed to document distinct error types.