Error
public enum Error : Swift.Error
                The error domain code.
- 
                  
                  
An invalid internal stare.
Declaration
Swift
case invalidState - 
                  
                  
The command isn’t supported.
Declaration
Swift
case unsupportedCommand(_: String) - 
                  
                  
The connected operation timed out.
Declaration
Swift
case connectionTimedOut - 
                  
                  
The general socket error.
Declaration
Swift
case socketErrorOccurred(_: any Swift.Error) - 
                  
                  
The requested operation timed out.
Declaration
Swift
case requestTimedOut - 
                  
                  
A request fails.
Declaration
Swift
case requestFailed(response: RTMPResponse)