Public/Get-ErrorCodes.ps1

function Get-ErrorCodes {
  [CmdletBinding()]
  param ()
  end {
    return [devConstants]::data['ErrorCodes']
  }
}