Skip to content

RequestStatus OutputNotPaused missing and subsequent codes have the wrong value #167

Open
@Pezcraft

Description

@Pezcraft

Describe the bug

OutputNotPaused is missing in the request status code enum. Also, the codes after OutputPaused are wrong.

Expected behavior

      OutputRunning(500),
      OutputNotRunning(501),
      OutputPaused(502),
      //OutputNotPaused(503) is missing
      OutputDisabled(503), //should be 504
      StudioModeActive(504), //should be 505
      StudioModeNotActive(505), //should be 506

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions