1.0.1 • Published 5 years ago

@reiwa/errors v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@reiwa/errors

The set of Firebase Functions status codes.

$ yarn add @reiwa/errors

Usage

https://firebase.google.com/docs/functions/locations?hl=en#selecting-regions_firestore-storage

import { https } from 'firebase-functions'
import { NOT_FOUND } from '@reiwa/errors'

throw new https.HttpsError(NOT_FOUND, 'No data found')
1.0.1

5 years ago

1.0.0

5 years ago