Python ExceptionsError
PermissionErrorerrorCodes.py-permissionerror.name
errorCodes.py-permissionerror.description
python
View details UnboundLocalErrorerrorCodes.py-unboundlocalerror.description
errorCodes.py-unboundlocalerror.cause
errorCodes.py-unboundlocalerror.fix
x = 10
def f(): print(x); x = 20
f() # UnboundLocalErrorPermissionErrorerrorCodes.py-permissionerror.description
concurrent.futures.TimeoutErrorerrorCodes.py-concurrent-futures-timeout.description
IOErrorerrorCodes.py-ioerror.description
MemoryErrorerrorCodes.py-memoryerror.description
SyntaxErrorerrorCodes.py-syntaxerror.description
FutureWarningerrorCodes.py-futurewarning.description