Daniel Smith
|
f211e46f20
|
handle watch errors everywhere
|
2014-09-22 17:37:12 -07:00 |
Clayton Coleman
|
3ffe259ac7
|
Return standard API errors from etcd registry by operation
Adds pkg/api/errors/etcd, which defines default conversions
for common CRUD operations from etcd to api.
|
2014-09-08 18:46:01 -04:00 |
Clayton Coleman
|
34c40e4e48
|
Errors should be part of api/errors, not apiserver
Renames constructor methods to be errors.New<name> which changed a few
places.
|
2014-09-03 17:16:00 -04:00 |
Clayton Coleman
|
6dd4831de8
|
Move validation errors into their own file
|
2014-09-03 17:14:03 -04:00 |
Vojtech Vitek (V-Teq)
|
42c656501c
|
Add several missing pkg Godoc files
Signed-off-by: Vojtech Vitek (V-Teq) <vvitek@redhat.com>
|
2014-09-02 13:41:11 +02:00 |
Clayton Coleman
|
0a841a49fd
|
Naming of Reason constants is inconsistent
Changed ReasonType to StatusReason (to match the field) and
changed CauseReason to CauseType and renamed StatusCause.Reason to
Type.
|
2014-08-26 13:39:21 -04:00 |
Clayton Coleman
|
52923a1348
|
Return validation errors from storage create/update
|
2014-08-26 13:30:55 -04:00 |
Clayton Coleman
|
84db1da42b
|
Convert field errors into a selector for the object
Satisfies the "Field" condition for a Cause. Also addresses
parts of #914.
|
2014-08-26 13:30:55 -04:00 |
Clayton Coleman
|
60126bfe64
|
Make the validation types match the pending ReasonCauses
|
2014-08-26 13:30:55 -04:00 |
Tim Hockin
|
a69979d22b
|
Change ErrorList.Append() to append()
|
2014-08-16 13:34:06 -07:00 |
Tim Hockin
|
bcd588ec15
|
Break api error handling into a new pkg
|
2014-08-15 00:14:38 -07:00 |