Link Search Menu Expand Document

danog\MadelineProto\RPCErrorException

Back to index

Author: Daniil Gentili daniil@daniil.it

Indicates an error returned by Telegram’s API.

Method list:

  • getLocalization()
  • setLocalization()
  • updateTLTrace()
  • getTLTrace()
  • setTLTrace(string $tlTrace)
  • prettifyTL(string $init, array $trace)

Methods:

getLocalization()

Get localized error name.

setLocalization()

Set localized error name.

updateTLTrace()

Update TL trace.

getTLTrace()

Get TL trace.

setTLTrace(string $tlTrace)

Set TL trace.

Parameters:

  • $tlTrace: string TL trace

prettifyTL(string $init, array $trace)

Generate async trace.

Parameters:

  • $init: string Method name
  • $trace: array Async trace

Generated by danog/phpdoc