Skip to content

Commit

Permalink
update docs with new behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
maximpertsov committed Aug 20, 2024
1 parent 13d2817 commit 5b886c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proto/viam/robot/v1/robot.proto
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,8 @@ message ResourceStatus {
// revision of the last config that successfully updated this resource.
string revision = 4;

// error details for a resource that is in an unhealthy state.
// error details for a resource. This is guaranteed to be null if the
// resource is ready and non-null if the resource unhealthy.
string error = 5;
}

Expand Down

0 comments on commit 5b886c5

Please sign in to comment.