SetChannelResult
Electron APIs / packages / SetChannelResult
type SetChannelResult = object;
Result returned by setChannel().
error is 'invalid-package' when the package is not found on the server,
or 'invalid-channel' when the channel does not exist for that package.
Properties
| Property | Type |
|---|---|
error? | "invalid-package" | "invalid-channel" |
success | boolean |