Re: PositionError Requests

On Wed, Oct 29, 2008 at 1:33 PM, Andrei Popescu <andreip@google.com> wrote:
> interface PositionError {
>    const unsigned short PERMISSION_ERROR = 1;
>    const unsigned short PROVIDER_ERROR = 2;
>    const unsigned short NOT_FOUND = 3;
>    const unsigned short TIMEOUT = 4;
>    const unsigned short UNKNOWN = 5;
>    readonly int code;

'code' would be unsigned short, as well.

Andrei

Received on Wednesday, 29 October 2008 13:35:32 UTC