Toggle navigation
Home
Protocol.Status.Code to alluxio.exception.status.Status
No. of Instances - 3
No. of Commits - 1
No. of Projects - {'alluxio'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: External -> Internal
Mapping:
Add or Remove Method invocation
response.<Protocol.Response>getMessage().getStatus().getCode()
to
response.<Protocol.Response>getMessage().getException().getStatus()
codeExpected
to
Status.toProto(statusExpected)
Protocol.Status
to
Status.toProto(status)
Rename Variable
codeExpected
to
statusExpected
code
to
status
codeExpected
to
statusExpected