NorskErrorCode type
A stable, machine-readable code the engine attaches to some node errors, so a client can branch on a symbol rather than parsing the human message. Extracted from the gRPC error_code trailer via norskErrorCode().
-
port_in_use: a listener input (SRT / udpTs / tcpTs / RTMP) could not bind its configured port because the address is already in use.
Signature:
export type NorskErrorCode = "port_in_use";