|
state/api: use error codes
We add a general mechanism to rpc to transform
all server->client error codes, rather than add
this manually to each API entry point.
https://code.launchpad.net/~rogpeppe/juju-core/217-api-use-error-codes/+merge/149126
Requires: https://code.launchpad.net/~rogpeppe/juju-core/222-unexport-notfounderror/+merge/149104
(do not edit description out of merge proposal)
Total comments: 19
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+304 lines, -57 lines) |
Patch |
 |
A |
[revision details]
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
cmd/jujud/machine.go
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
cmd/jujud/machine_test.go
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
rpc/client.go
|
View
|
|
1 chunk |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
rpc/rpc.go
|
View
|
|
2 chunks |
+16 lines, -4 lines |
0 comments
|
Download
|
 |
M |
rpc/rpc_test.go
|
View
|
|
9 chunks |
+49 lines, -10 lines |
0 comments
|
Download
|
 |
M |
rpc/server.go
|
View
|
1
2
3
|
3 chunks |
+12 lines, -5 lines |
0 comments
|
Download
|
 |
M |
state/api/api_test.go
|
View
|
|
10 chunks |
+83 lines, -0 lines |
0 comments
|
Download
|
 |
M |
state/api/apiclient.go
|
View
|
1
2
3
4
5
|
7 chunks |
+6 lines, -24 lines |
0 comments
|
Download
|
 |
M |
state/api/apiserver.go
|
View
|
|
2 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
state/api/client.go
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
state/api/error.go
|
View
|
|
1 chunk |
+107 lines, -0 lines |
0 comments
|
Download
|
 |
A |
state/api/export_test.go
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
state/api/server.go
|
View
|
1
2
3
4
5
|
3 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
state/unit.go
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
worker/firewaller/firewaller.go
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
Total messages: 12
|