SHARDWIRE
ReferenceContracts & Diagnostics

ShardwireAppDiagnosisIssue

Reference for `ShardwireAppDiagnosisIssue`, exported as part of the public Shardwire surface.

interface exported from src/discord/types.ts.

Summary

Reference for ShardwireAppDiagnosisIssue, exported as part of the public Shardwire surface.

Signature

export interface ShardwireAppDiagnosisIssue {
	severity: ShardwireAppDiagnosisSeverity;
	code: ShardwireAppDiagnosisIssueCode | (string & {});
	category: ShardwireAppDiagnosisCategory;
	message: string;
	remediation?: string;
	context?: Record<string, unknown>;
}

Structure

On this page