interface ParseUUIDPipeOptions {
version?: '3' | '4' | '5'
errorHttpStatusCode?: ErrorHttpStatusCode
exceptionFactory?: (errors: string) => any
}
Properties
Property |
Description |
version?: '3' | '4' | '5'
|
|
errorHttpStatusCode?: ErrorHttpStatusCode
|
|
exceptionFactory?: (errors: string) => any
|
|