Skip to content

Commit

Permalink
EranMes on behalf of EmmaSoderberg: Documenting additional error code…
Browse files Browse the repository at this point in the history
…s in the wire protocol.

r17318
  • Loading branch information
eranmes committed Jul 4, 2012
1 parent a3df756 commit b10bbf5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wire.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,9 @@ def main():
ErrorCode(31, 'IMEEngineActivationFailed', 'An IME engine could not be \
started.'),
ErrorCode(32, 'InvalidSelector', 'Argument was an invalid selector \
(e.g. XPath/CSS).')
(e.g. XPath/CSS).'),
ErrorCode(33, 'SessionNotCreatedException', 'A new session could not be created.'),
ErrorCode(34, 'MoveTargetOutOfBounds', 'Target provided for a move action is out of bounds.')
]

error_checker = ErrorCodeChecker() \
Expand Down

0 comments on commit b10bbf5

Please sign in to comment.