You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
NoiseTorch/vendor/github.com/lawl/pulseaudio/errors.go

32 lines
603 B
Go

package pulseaudio
var errors = []string{
"OK",
"Access denied",
"Unknown command",
"Invalid argument",
"Entity exists",
"No such entity",
"Connection refused",
"Protocol error",
"Timeout",
"No authentication key",
"Internal error",
"Connection terminated",
"Entity killed",
"Invalid server",
"Module initialization failed",
"Bad state",
"No data",
"Incompatible protocol version",
"Too large",
"Not supported",
"Unknown error code",
"No such extension",
"Obsolete functionality",
"Missing implementation",
"Client forked",
"Input/Output error",
"Device or resource busy",
}