Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 93757827 authored by Leon Scroggins's avatar Leon Scroggins Committed by Android (Google) Code Review
Browse files

Merge "Provide better documentation for CommandErrors" into main

parents b3b01a6c 5e2c3fe1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -28,6 +28,10 @@ import android.hardware.graphics.composer3.ReleaseFences;
union CommandResultPayload {
    /**
     * Indicates an error generated by a command.
     *
     * If there is an error from a command, the composer should only respond
     * with the CommandError, and not with other results
     * (e.g. ChangedCompositionTypes).
     */
    CommandError error;