19.74. ResponseHeader

Copy
Copied!
            

message ResponseHeader { sint32 code = 1; repeated string messages = 2; }


19.74.1.1.code

type: sint32

The “error” code; with 0 meaning success. Negative values indicating an error occured. Positive values often indicate success with a count, or partial success. The exact meaning is dependent on the RPC returning the code.

See Error Codes for details.

19.74.1.2.messages

type: repeated string

Optional message(s) returned with the result.

© Copyright 2018-2020, NVIDIA Corporation. All rights reserved.. Last updated on Feb 1, 2023.