UNPKG

@elgato/streamdeck

Version:

The official Node.js SDK for creating Stream Deck plugins.

10 lines (9 loc) 231 B
/** * Collection of error codes. */ export const errorCode = { /** * Indicates the current Node.js SDK is not compatible with the SDK Version specified within the manifest. */ incompatibleSdkVersion: 652025, };