danog\MadelineProto\RPCError\TimeoutError
Author: Daniil Gentili daniil@daniil.it
Represents a request timeout RPC error returned by telegram (as opposed to one returned by MadelineProto, which will be a {@see TimeoutException}).
See also:
\Amp\TimeoutException
Properties
$rpc:stringRPC error.$description:stringHuman-readable description of RPC error.$tlTrace:stringTL trace.
Method list:
getLocalization(): stringgetMessage(): stringgetCode()getFile(): stringgetLine(): intgetTrace(): arraygetPrevious(): ?ThrowablegetTraceAsString(): stringgetTLTrace(): string
Methods:
getLocalization(): string
Get localized error name.
getMessage(): string
getCode()
getFile(): string
getLine(): int
getTrace(): array
getPrevious(): ?Throwable
See also:
Throwable
getTraceAsString(): string
getTLTrace(): string
Get TL trace.
Generated by danog/phpdoc