toggle menu
Fuzio
2026.0.0
jvm
switch theme
search in API
Fuzio
/
tech.fuzio.net.event
/
PacScriptErrorReceived
Pac
Script
Error
Received
interface
PacScriptErrorReceived
:
NetworkEvent
An event indicating that the PAC file processing has been failed.
Members
Functions
error
Text
Link copied to clipboard
open
fun
errorText
(
)
:
String
Returns a string that represents the description of the script processing error.
line
Number
Link copied to clipboard
open
fun
lineNumber
(
)
:
Int
Returns the line of code in the PAC script which caused the error.
network
Link copied to clipboard
open
fun
network
(
)
:
Network
Returns the
Network
instance initiated this event.