PipeableError
public enum PipeableError : Error
Undocumented
-
Navigation failed with the given error
Declaration
Swift
case navigationError(String) -
Queried element not found
Declaration
Swift
case elementNotFound -
Response could not be parsed
Declaration
Swift
case invalidResponse -
Incorrectly supplied parameter to call
Declaration
Swift
case invalidParameter(String) -
Received a fatal error and Pipeable cannot continue execution. For example, we couldn’t create a JSHandle for a response.
Declaration
Swift
case fatalError(String)
View on GitHub
PipeableError Enumeration Reference