MCPcopy Create free account
hub / github.com/devoxin/Lavalink.py / __str__

Method __str__

lavalink/server.py:301–302  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

299 return cls({'message': message, 'severity': severity, 'cause': cause, 'causeStackTrace': stacktrace})
300
301 def __str__(self):
302 return f'{self.message}: {self.cause} ({self.severity})'
303
304 def __repr__(self):
305 return f'<LoadResultError severity={self.severity} message={self.message} cause={self.cause}>'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected