MCPcopy Create free account
hub / github.com/api3dao/airnode / MultiMessageError

Class MultiMessageError

packages/airnode-deployer/src/utils/infrastructure.ts:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37};
38
39export class MultiMessageError extends Error {
40 constructor(public messages: string[]) {
41 super(messages.join('\n'));
42 }
43}
44
45export const BUCKET_NAME_REGEX = /^airnode-[a-f0-9]{12}$/;
46export const generateBucketName = () => `airnode-${randomBytes(6).toString('hex')}`;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected