SHARDWIRE
ReferenceErrors & Failures

ShardwireStrictStartupError

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

class exported from src/discord/types.ts.

Summary

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

Signature

export class ShardwireStrictStartupError extends Error {
	constructor(
		message: string,
		public readonly report: ShardwireAppDiagnosisReport,
	) {
		super(withErrorDocsLink(message, 'strict-startup-failed'));
		this.name = 'ShardwireStrictStartupError';
	}
}

Structure

On this page