Trying to troubleshoot Publish service error codes

Hi,

While using ISHRemote to manipulate content in SDL Tridion Docs I am running into a problem when calling Add-IshPublicationOutput  cmdlet.

The error I am getting is as follows-

Add-IshPublicationOutput : [-102005] Value "Normal" is invalid for the "Publication working resolutions" field of object "". [c: ce: ct: f:882
fe:FISHREQUIREDRESOLUTIONS ft:LOV fmin:1 fmax:1] [102005;InvalidValueLevelCard]
At line:18 char:17
+ ... ObjectPub = Add-IshPublicationOutput -IshSession $ishSession -FolderI ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Add-IshPublicationOutput], FaultException`1
+ FullyQualifiedErrorId : AddIshPublicationOutput,Trisoft.ISHRemote.Cmdlets.PublicationOutput.AddIshPublicationOutput

after using

Set-IshMetadataField -IshSession $ishSession -Name "FISHREQUIREDRESOLUTIONS" -Level Version -ValueType Element -Value 'Normal'

to set the value for FISHREQUIREDRESOLUTIONS

I can read about the error at https://docs.sdl.com/791139/198189/sdl-livecontent-2014-sp3/error-codes/publish%2520service but my question is how/where can I find out about the possible values that I can use for FISHREQUIREDRESOLUTIONS in my configuration?

Any feedback appreciated,

Regards,

Ann