A module containing common constants and error codes for developers and IT administrators.
Install-Module devConstants
then
Import-Module devConstants
# HTTP~
Get-HttpStatusCodes
# exitc~
[devconstants]::data['exitcodes']
This project is licensed under the WTFPL License.